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 install
oryarn install
in the project directory. -
Run
npm run dev
to run application in the development mode -
Open
youData.js
file that is in the home directory. -
Edit
name
headerTaglineOne
andheaderTaglineTwo
to change the header section -
Replace profile
title
andlink
with the profile you want to display there. -
Replace the details in the project segment. Project banner should pe stored in the
public
folder and it can be accessed using/imagename.png
in theimgSrc
section. -
Edit the values in the
language
section 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
skills
section -
Replace the tech in the
technologies
section 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