onamkrverma / nextjs-portfolio

Using next.js, I created a portfolio website that showcases my work.
https://onam.vercel.app
13 stars 0 forks source link
nextjs onam portfolio portfolio-website

image

This is a portfolio website that showcases my work using Next.js. The website is fully responsive and optimized for different devices and screen resolutions. It also features a full stack functionality that enables me to log in as an admin and manage all the projects I have uploaded, such as editing, updating, or deleting them.

Technologies used

Acknowledgements 🙌\ I would like to express my gratitude to Eihab Khan for creating and sharing the Figma UI kit that I used for this portfolio. The UI kit was very helpful and inspiring for my web design.

Features

Getting Started with Next.js

Installation and setup instructions

  1. Clone this repository to your local machine using git clone https://github.com/onamkrverma/nextjs-portfolio.git.
  2. Install the dependencies using npm install in the project directory.
  3. Run the development server using npm start in the project directory.
  4. Open http://localhost:3000 in your browser to view the website.
  5. The website will reload automatically when you make changes to the code.