Skip to content

DevanshSahni/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio
devanshsahni


Fork

Feel free to fork this repo to modify and make changes of your own. Please give me proper credit by linking it back to this repo. Thanks!
The design for this project is inspired by Saumjyajit's portfolio.

About

This project is my personal portfolio which features some of my skills, GitHub projects and my resume.

These technologies are used to build this website:

  • React.js
  • Git
  • npm packages
  • Vercel

Some of the features of this website are:

  • Multi-page layout
  • Fully responsive
  • Preloader
  • Refresh on clicking logo

npm packages used:

Getting started 🛠️

You need to have git installed on your system to modify this repo.

  1. Fork this repo from the fork option on top of my GitHub repo.
  2. After completing the fork, move to the copied repo in your account and copy the HTTPS link from the code option.
  3. Now in the terminal of your system(in vs code or any third party terminal) cd over to the location where you want to store this project & write, git clone copied link
  4. This would create a copy in your local system and link it to the forked repo.
  5. Now open this project in your desirable IDE and in the terminal write npm i, this would install all the necessary npm packages.
  6. You can write npm start in the terminal to open the project in development mode. Open http://localhost:3000 to view in the browser. This page should reload when you make any changes.

You can browse the project and make changes according to your will.

Support

Show your support by leaving a star ⭐ on this repo, if you like the website.

Fell free to point out any bugs🪲 or improvements in the issues tab.