👉 Open a issue if you want to do any contribution, will assign you that
👉 📖 Convert this from React to Next JS
👉 🎨 Change Style, Give some elegant colors
👉 📱 Funtional Update or Changes (like add Experience, Achivement Section)
👉 🗺️ Implement viewTransitionAPI
👉 📖 Write Documetion For This Repo
Clone down this repository. You will need node.js
and git
installed globally on your machine.
-
Installation:
npm install
-
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Project Stats | 🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs |
Project |
You can refer to the following steps on the basics of Git and Github and also contact the Project Mentors, in case you are stuck:
If you don't have git on your machine, install it.
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.
Open a terminal and run the following git command:
git clone "url you just copied"
where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.
For example:
git clone https://github.com/your-github-username/portfolio.git
where your-github-username
is your GitHub username. Here you're copying the contents of the portfolio repository on GitHub to your computer.
Change to the repository directory on your computer (if you are not already there):
cd portfolio
Now create a branch using the git switch
command:
git switch -c your-new-branch-name
For example:
git switch -c add-portfolio-project
Now open file in a code editor, add your changes to it. And, save the file.
If you go to the project directory and execute the command git status
, you'll see there are changes.
Add those changes to the branch you just created using the git add
command:
git add .
Now commit those changes using the git commit
command:
git commit -m "write about the changes you made"
Push your changes using the command git push
:
git push origin -u your-branch-name
replacing your-branch-name
with the name of the branch you created earlier.
If you go to your repository on GitHub, you'll see a Compare & pull request
button. Click on that button.
Now submit the pull request.
Woo Hoo Yes ! You have done it , You will get a notification email once the changes have been merged by maintainer.
-
Create a Pull Request with the a proper comment of what have you done
-
Better if you share live url of your work.
🚀 Contributions of any kind are welcome : Thanks go to these Awesome People 👨🏻💻
|
Feel free to contribute to this repo.