Skip to content

Releases: kyronsatt/o-clock

V1.0.0

13 Mar 17:04
37a4a82
Compare
Choose a tag to compare

🎆⌚ O'Clock MVP

Functional application with events visualization and event creation flows. It counts with:

  1. Authentication system using NextAuth with Google as provider;
  2. Main page with dynamic background that change along the day time is passing;
  3. Clock drawing and styling using HTML Canvas element;
  4. 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)

Previews

Main screen on afternoon

image

Login screen

image

Event Creation Flow

image

Logout Flow

image