Simple Calendar built with Svelte. It lets you add, edit, and delete events, then shows them on an interactive 8-month calendar. Stores events in a Svelte store and persists them with localStorage
.
Wanted an easier way to visualize school terms, internships, etc so made a calendar. It was especially useful for figuring when to negotiate start dates for and seeing overlaps. I liked the design of the Google Flights departure/return date selector so the UI is based off that design.
npm install
npm run dev
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.