Technologies | Project | Layout | Screenshot | How to run | License
This project was developed with the following technologies:
Ignite timer is a simple pomodoro app with a timer and a history.
The project uses:
✔ React
✔ React Hooks
✔ React Context API
✔ TypeScript
Figma Layou in here.
Check the app deployed on Vercel in here.
Clone the project and access its folder.
$ git clone https://github.com/thefalked/02-ignite-timer.git
$ cd 02-ignite-timer
To start it, follow the steps below:
# Install dependencies
$ yarn
# Start the project
$ yarn start
The app will be available in your browser on the address http://localhost:5173
.
- Add plus and minus buttons to the minutes
- Add tooltip to the start button
This project is under the MIT license. See the LICENSE file for more details.