Skip to content

kakkarot9712/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

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.

Description

This portfolio website contains all key details about me including languages I know, projects I made and contact information, etc

Demo

Here is the Demo of the website
Deployed using Vercel

Built With

Screenshots

Click to see screenshots
Desktop Version

Mobile version

Getting Started

Prerequisites

  1. Node.js v20 and UP (LTS Version Recommended)

Installing

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

Credits