Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ronaldleung1/tomatillo
- Owner: ronaldleung1
- License: mit
- Created: 2021-05-24T14:32:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T22:19:08.000Z (over 3 years ago)
- Last Synced: 2023-08-13T23:32:00.407Z (over 1 year ago)
- Topics: chakra-ui, github-api, nextjs, pomodoro, pomodoro-timer, react, vercel
- Language: JavaScript
- Homepage: https://tomatillo.now.sh
- Size: 212 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- npmClone 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