/Portfolio

My personal portfolio website built using Next + Tailwind CSS

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Portfolio Website

image

Tech Stack

This website is built with:

  • NextJS, a React Framework to create full-stack Web applications by extending the latest React features. Alongside this, application uses TypeScript.

  • TailwindCSS, a CSS library to rapidly design components using HTML classes.

  • Vercel, a static site hosting with amazing deployment flow using Git

🖌️ Inspiration

This website design is inpired by Sadee.

💻 Building

Running Locally

  • Make sure you have NodeJs installed.

  • Fork and clone this repository

  • cd into folder

Type the following commands

# install dependencies
$ npm install

# run up the local host
$ npm run dev

Now visit localhost:3000

Voila 🎉 . You can run the local build successfully