A to-do app using SvelteKit, Tailwind CSS, Daisy UI, and local storage persistence. CI/CD and hosting on Vercel.
SvelteKit is a framework for building web applications
Tailwind CSS is a popular utility-first CSS framework
Daisy UI is a plugin for easily customizable Tailwind CSS components and themes
Local Storage is a web storage feature that allows you to store data locally in the user's browser
Vercel is a next generation, developer experienced focused hosting platform with built in CI/CD
# To run this app locally:
npm i
npm run dev