Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismda/ignite-timer
Timer on style pomodoro developed with React.js
https://github.com/luismda/ignite-timer
Last synced: 1 day ago
JSON representation
Timer on style pomodoro developed with React.js
- Host: GitHub
- URL: https://github.com/luismda/ignite-timer
- Owner: luismda
- Created: 2023-01-15T19:33:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T20:42:00.000Z (over 1 year ago)
- Last Synced: 2024-04-23T02:51:12.035Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite Timer ⏰
This project is a timer on style pomodoro, was developed during second module of React.js trail of Ignite program of [**Rocketseat**](https://github.com/rocketseat-education). The objective was study some concepts more advanceds of React.js as `useEffect` hook, Context API and Reducers, also use of routing, form manipulations and styled components.
#### 📌 Links
- [Figma](https://www.figma.com/file/3J6CjXMHc32xGG5MPZoMOd/Ignite-Timer-(Community)?node-id=0%3A1)
- [Test the application](https://luismda.github.io/ignite-timer/)#### ⏱ Functionalities
- Start a taks cycle with minimum time of 5 minutes and of maximum 60 minutes.
- Interrupt the active cycle.
- Complete the active cycle.
- See the history of cycles performed.#### 🛠 Tools and technologies
- JavaScript
- TypeScript
- React.js
- Styled Components
- React Hook Form
- Zod
- React Router DOM
- Immer
- Date fns
- ESLint
- Vite##
**#NeverStopLearning 🚀**