quick preview - https://chiragsdogra.vercel.app/
This is a personal portfolio website made up from NextJS.
PortfolioVideo.mp4
You can make it your own and here are the steps to do so.
-
Folk this repository
-
Clone this repository in your machine
git clone https://github.com/ChiragDogra/chiragsdogra.git -
Install dependencies Run
npm installoryarn installin the project directory. -
Run
npm run devto run application in the development mode -
Open
youData.jsfile that is in the home directory. -
Edit
nameheaderTaglineOneandheaderTaglineTwoto change the header section -
Replace profile
titleandlinkwith the profile you want to display there. -
Replace the details in the project segment. Project banner should pe stored in the
publicfolder and it can be accessed using/imagename.pngin theimgSrcsection. -
Edit the values in the
languagesection but don't forget to put the domain name of the image source you're using in thenext.config.js -
Replace the sills you have in the
skillssection -
Replace the tech in the
technologiessection with the tech you use but again, don't forget to put the domain name of the image source you're using in thenext.config.js -
Update the contact section with the links of your personal profiles and email id.
-
Write about yourself in the about section.
-
To edit the text in the typing effect go to
/components/Typing/index.js