This project is a clone of David Han's Guess the Year game that I'm building for fun, to learn and use various technologies.
The app is currently deployed at https://guesstheyear.vercel.app.
I'm using SvelteKit (with Typescript) as the app framework, and Pico CSS + Tailwind CSS for styles. Icons are from Lucide and the font is Rubik, from Google Fonts.
If you want to run the app locally, clone the repo and run:
npm install
npm run dev