A Pomodoro web app made with React.
This is a simple project made using many of React Hooks (useState, useCallback, useContext, useReducer). React Router Dom is used to control the navigation between pages and each pomodoro cycle is saved on the local storage. The supported features are:
- Pomodoro cycle countdown
- Cycles history
- Interrupt current cycle
- Remove specific cycle
- Remove all cycles
- Alarm sound when cycle ends
- Clockdown showing in the browser tab
- React (Bootstrapped with Vite),
- Typescript
- React Router Dom
- Styled Components
- Phosphor Icons
To get a local copy up and running follow these simple example steps.
- Npm v8
git clone https://github.com/Torres-ssf/react-pomodoro
cd react-pomodoro/
npm install
npm run dev
👤 Sergio Torres
- Github: @Torres-ssf
- Linkedin: torres-ssf
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.