Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.31 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.31 KB

Advent of Code

This is my Advent of Code website. Starting this year (2023), I plan to do as many Advent of Code challenges as possible while learning a bunch of new things. Although I got the idea from thinking about Advent of Code, any solved challenge is just an excuse to start building in the first place. My focus is really on figuring out the things below.

The plan is to do at the following

  • Only use my terminal for anything git. No GUIs for this one. Even this README I am currently writing in nano, so excuse any typos.
  • Use bun
  • Use GitHub projects for my todo list
  • Create a nice design system with proper light and dark mode including a public storybook documentation based on Vercel's Geist font. (Maybe trying out Meta's StyleX)
  • Implement with an authentication provider
  • Solve all challenges on BE and integrate via an API
  • Use a feature flag service like LaunchDarkly
  • Use GitHub Actions to measure my web-vitals and auditing the accessibility
  • Deploy on vercel
  • I want to document the whole process in a short blog. Maybe I keep it for myself, maybe I publish it. Who knows...

This is a lot, but I give myself a headstart. Today is November 11th. Let's see where this whole project is at Christmas.