About | Technologies | Requirements | Starting | Author
This project is a Pomodoro timer application using React. The Pomodoro Technique is a time management method that uses 25-minute work intervals separated by short breaks.
The following tools were used in this project:
- [HTML]
- Node.js
- React
- React Native
- TypeScript
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/tompagli/pomodoro-app
# Access
$ cd pomodoro-app
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Tom