Built with Next.js, Tailwind CSS, and Vercel.
- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
- Performant by default
- SEO ready
- Responsive
- UI Components (data agnostic UI)
- Dark Mode Support
- Analytics
- Refactor the site to use the new
app/
directory in Next.js 13. - Improve the
Tooltip
UI component by making it more responsive. - Completely redesign the
Navbar
menu modal and incorporate search functionality into it. - Portfolio page that showcases current and previous projects.
- Contact form seamlessly integrated into the
Footer
component. - Dynamic OG images.
pages/*
- Static pages.
$ git clone https://github.com/AdaptCharm/jamie-no.git
$ cd jamie-no
$ pnpm i
$ pnpm dev