This is my personal portfolio website created with Next.js, TailwindCSS, Framer and is hosted using Netlify. You can view the website now at https://tamzeedq.netlify.app/. On the website you can find a summary of my projects, my resume, and links to my socials and email.
Clone the repo and once in the project directory run the following to install the necessary packages:
npm install
You can then run the following to get started:
npm run dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.