Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 1.88 KB

README.md

File metadata and controls

82 lines (53 loc) · 1.88 KB

Letmeask

Technologies   |    Project   |    Layout   |    Screenshot   |    How to run   |    License

License


🧪 Technologies

This project was developed with the following technologies:

🍺 Project

Ignite timer is a simple pomodoro app with a timer and a history.

The project uses:

✔ React

✔ React Hooks

✔ React Context API

✔ TypeScript

🔖 Layout

Figma Layou in here.

Check the app deployed on Vercel in here.

🖼 Screenshot

screenshot ignite timer

🚀 How to run

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.

🛠 Todo

  • Add plus and minus buttons to the minutes
  • Add tooltip to the start button

📝 License

This project is under the MIT license. See the LICENSE file for more details.