Inspiration
Lately a teammember inspired me to look into Svelte, another javascript framework which looks promising. It looks more loosely coupled and is because of that interesting.
Svelte: https://svelte.dev/
Concept
In order to explore this, I want to create a basic event calendar with some basic functionality in a reusable way.
The plan is to do the following functionalities:
Main:
- Default calendar that is viewable per day/month/year
- Creation of an event that will be display on the chosen day, on the calendar
Extra:
- Joining an event is possible
- Leaving an event is possible
- Display the amount of users that joined
Even More Extra:
- Joining is possible by name
- ...

Log in or sign up for Devpost to join the conversation.