https://github.com/arthurdenner/clocker
https://github.com/arthurdenner/clocker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arthurdenner/clocker
- Owner: arthurdenner
- Created: 2021-07-03T20:52:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T15:48:45.000Z (about 3 years ago)
- Last Synced: 2025-01-23T19:53:11.287Z (4 months ago)
- Language: TypeScript
- Homepage: https://clocker-arthurdenner.vercel.app/agenda
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clocker
## Context
Project created during a free event week by [Codar.me](https://codar.me/).
> The videos were temporary and were removed from YouTube, so I can't link to them.
## Scope
The project enable users to sign up and sign in.
Once they're signed in, they can book time slots in agendas of other users as well as have their own agenda.
Each user is able to see their own agenda with the details of each person who booked a time slot.
## Stack
- Next.js for SSR and serverless API routes
- Chakra UI for building the pages and components
- Firebase for Authentication and Database (Firestore)
- Formik + Yup for form validation