Releases: kyronsatt/o-clock
Releases · kyronsatt/o-clock
V1.0.0
🎆⌚ O'Clock MVP
Functional application with events visualization and event creation flows. It counts with:
- Authentication system using NextAuth with Google as provider;
- Main page with dynamic background that change along the day time is passing;
- Clock drawing and styling using HTML Canvas element;
- Internal API that connects with Google Calendar API with two endpoints:
/api/calendar/get-events
: get events of all user's calendars;
-/api/calendar/create-event
: create a unique event with start time, end time and summary (title)