Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 823 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 823 Bytes

Portfolio Website

This is my personal portfolio website created with Next.js, TailwindCSS, GSAP 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.

Getting Started

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.