/portfolio

My Portfolio Site Build With React JS

Primary LanguageJavaScriptMIT LicenseMIT

JS Portfolio Website / Hacktoberfest 2023

πŸ”—Live DemoπŸ”—

Protfolio Website

πŸš€ How to get started?

Clone down this repository. You will need node.js and git installed globally on your machine.

πŸ›  Installation and Setup Instructions

  1. Installation: npm install

  2. 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.


Feel free to contribute to this repo

πŸ‘‰ Open a issue if you want to do any contribution, will assign you that

Kind Of Pull Request Expecting

πŸ‘‰ πŸ“– 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


Open your first pull request for the Hacktoberfest 2023 challenge.

HF2023

GitHub repo size PRs Welcome Open Source Love svg2

Project Stats 🌟 Stars 🍴 Forks πŸ› Issues πŸ”” Open PRs πŸ”• Close PRs
Project Stars Forks Issues Open Pull Requests Close Pull Requests

πŸš€ How to get started?

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:

fork this repository

If you don't have git on your machine, install it.

Fork this repository

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.

Clone the repository

clone this repository

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.

copy URL to clipboard

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.

Create a branch

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

Make necessary changes and commit those changes

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 changes to GitHub

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.

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

create a pull request

Now submit the pull request.

submit pull request

Woo Hoo Yes ! You have done it , You will get a notification email once the changes have been merged by maintainer.

CONTRIBUTING A NEW PROJECT ?

Please make sure you have followed to these guidelines

  1. Create a Pull Request with the a proper comment of what have you done

  2. Better if you share live url of your work.

✨ Contributors ✨

πŸš€ Contributions of any kind are welcome : Thanks go to these Awesome People πŸ‘¨πŸ»β€πŸ’»


Feel free to contribute to this repo.

Show some ❀️  by giving the star ⭐ to this repository!!

🧠 Happy Hacking πŸ§