This is a portfolio website for my personal projects and projects I've worked on. It's built with Next.js and TypeScript. It is deployed with Vercel at jackhenza.com.
- EcoInsight Github | Deployed Website
- The Galactic Atlas Github
- Eatsy (version 1) Github | Deployed Website
- Install Node.js and NPM
- Fork and Clone this Repo
- Install dependencies
cd portfolio
npm install- Run the project
npm run dev