My portfolio Website is made using Next.js v14. This project was bootstrapped with create-next-app
.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
This portfolio website contains all key details about me including languages I know, projects I made and contact information, etc
Here is the Demo of the website
Deployed using Vercel
- Node.js v20 and UP (LTS Version Recommended)
If anyone wants to test this project, the user can do so by using the below instructions.
- Download the source code and extract it anywhere on the PC.
- Open the Terminal where the project is extracted and then run the following command
npm install
- After npm installs all dependencies, the user can run the below command to see the project in action.
npm run dev
- If the above command is working correctly then the user can build this project by using the below command.
npm run build
- After Build generation is completed, use the below command to start the built project.
npm start
- Tobias for CSS Terminal Text Effect
- formito.com For Brand Icon
- Bootstrap SVGs for SVG icons
- svgrepo.com for SVG icons
- icon8.com for C Language SVG icon
- Autoprefixer for fetching vendor-prefixed CSS Rules.
- Loading.io for Loading Animation