Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronaldleung1/tomatillo

⏲ A Pomodoro timer for developers
https://github.com/ronaldleung1/tomatillo

chakra-ui github-api nextjs pomodoro pomodoro-timer react vercel

Last synced: about 11 hours ago
JSON representation

⏲ A Pomodoro timer for developers

Awesome Lists containing this project

README

        

# Tomatillo

[Tomatillo](https://tomatillo.now.sh/) is a supercharged pomodoro timer with features for open source developers.

## Development environment setup

Technologies: Next.js, Chakra UI, GitHub REST API, and Vercel

Stuff you need installed ahead of time:
- Git
- npm

Clone the repository:

$ git clone https://github.com/googol88/tomatillo.git

Enter the directory:

$ cd tomatillo

Install dependencies:

$ npm install

Run the app in development mode (open http://localhost:3000 in the browser):

$ npm run dev

Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).

## License

This project is licensed under the MIT license. Please see [`LICENSE.md`](LICENSE.md) for the full text.

MIT License