A Personal Portfolio Website built using NextJs. Live demo here.
A Personal Portfolio Website built using NextJs.
- Next.js 13.4.9
- React 18.2.0
- Node 20.10.0
- The website consists of Two pages, i.e Home and Projects page.
- The Home page consists of an About section, A Skills section, a Projects section and a 'Get in Touch' Section.
- The Projects page consists of my projects with each project having a carousel consisting of its screenshots and the link to the projects.
- The Navbar and the footer is common to both the pages.
To run this project:
- Download the project code or clone it using git clone.
- Make sure you have NodeJs v20.10.0 and yarn installed in your system.
- Then, Install and run it locally using yarn:
$ cd portfolio
$ yarn
$ yarn dev
- Open http://localhost:4242 to access the website.
Created by @akiif - feel free to contact me!