Minimal Portfolio template for Developers/Designers built with React. Use it to showcase your work, testimonials and other information to clients.
This repository contains an easy-to-customize personal portfolio template that was created with React. It is lightweight and fully responsive.
- Production Ready
- Easy To Customize and Personalise
- Minimal & Modern Design
You can contribute by
- improving the functionality
- adding new feature
- creating new pages/sections(eg.skills, blog, achievements etc)
- making some cool animations
- improving the UI
- avoiding use of any React UI library
- Fork this repo.
- Open the terminal and clone your fork using
git clone http://github.com/{your_username}/hacktoberfest2021-react-portfolio-template
-
- In the project directory run: to install the required libraries.
- To run the app in the development mode: Open http://localhost:3000 to view it in the browser.
- Before making changes, in the project directory checkout to a new branch with name of your choice
git checkout -b {branch_name}
- Start adding/modifying the code.
- Add the files you want to commit to the staging area.
git add {folder_name/file_name}
- Commit the changes
git commit -m '{Your commit message}'
- Push to GitHub.
git push origin {branch_name}
- Go to http://github.com/{your_username}/hacktoberfest2021-react-portfolio-template , on the left there is a button to change your branch. Click on it and select {branch_name}.
- Now you will be able see a button named "Pull request". Click on it.
- Add appropriate message and click the "Create Pull Request" button.