Skip to content

AdaptCharm/jamie-no

Repository files navigation

jamie.no

Built with Next.js, Tailwind CSS, and Vercel.

Features

  • Performant by default
  • SEO ready
  • Responsive
  • UI Components (data agnostic UI)
  • Dark Mode Support
  • Analytics

Roadmap

  • 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.

Overview

  • pages/* - Static pages.

Running Locally

$ git clone https://github.com/AdaptCharm/jamie-no.git
$ cd jamie-no
$ pnpm i
$ pnpm dev