This personal portfolio website is developed by using Next.js.
Check Demo: Personal Portfolio
-
Install dependencies
npm install
-
Start the development server
npm run dev
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.
Open the project folder and Navigate to /utils/*
.
You will find all the component's named js files that contains everything showing in UI you can edit your information accordingly.
All views are rendered at /pages/index.js
remove or keep as per your need.
-
Create build for deployment
npm run build
it will create /out
directory as a build folder.
It correctly bundles Next in production mode and optimizes the build for the best performance.
Your app is ready to be deployed!
Yes I've made this project public for letting others to fork and use it
I would be more than happy if you give me credit at @afzalimdad9
OpenSource contribution is something that makes internet more beautiful. So any Contributor who wants to make this website better can make contribution,which will be greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/xyz_feature
) - Commit your Changes (
git commit -m 'Added some xyz_feature'
) - Push to the Branch (
git push origin feature/xyz_feature
) - Open a Pull Request
Give a ⭐ if you like this website!