A minimalist, intuitive and elegant way to manage your daily tasks using a beautifully-designed clock view.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Clone this repository
- Install the dependencies:
yarn install
- Create an
.env.local
file and fill the environment variables by using the.env.template
- Start the development server:
yarn dev
To deploy this app, just connect your repository to a Vercel project or run yarn build
to build the project and upload it to your preferred host service.
- Typescript - Main programming language
- NextJS - The React web framework
- Google Calendar API - API for events and calendars management
- TailwindCSS - CSS Framework
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use Google Release Please for versioning according to Conventional Commits. For the versions available, see the tags on this repository.
- Rafael Alexandrino - Initial work :: @kyronsatt
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.txt file for details