Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vickttor/ignite-reactjs-timer
Second guided project of the React course - Pomodoro
https://github.com/vickttor/ignite-reactjs-timer
date-fns eslint framer-motion immer phosphoricons react-router-dom react-toastify reactjs resolvers typescript use-sound vite zod
Last synced: 20 days ago
JSON representation
Second guided project of the React course - Pomodoro
- Host: GitHub
- URL: https://github.com/vickttor/ignite-reactjs-timer
- Owner: vickttor
- Created: 2023-07-29T22:35:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T19:15:53.000Z (over 1 year ago)
- Last Synced: 2024-11-22T01:16:48.452Z (3 months ago)
- Topics: date-fns, eslint, framer-motion, immer, phosphoricons, react-router-dom, react-toastify, reactjs, resolvers, typescript, use-sound, vite, zod
- Language: TypeScript
- Homepage: https://timer-pomofocus.vercel.app/
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Pomodoro
This is a pomodoro web app that allows us to create a timer and a record of all the tasks the user has worked on. In addition to the original features, new features have been added to improve the user interface or usability of the app.
### Status
Finished v1.0.0🚀
### Preview
![Home Page](./.github/screenshots/Home.png)
![Log Page](./.github/screenshots/Log.png)### How to use
```sh
git clone https://github.com/vickttorugo/ignite-reactjs-timer.git
``````sh
cd ./ignite-reactjs-timer && npm install
``````sh
npm run dev
```The application will run in `http://localhost:5173`
### Stack
- react
- styled-components
- react-hook-form
- react-toastify
- typescript
- vite
- zod
- use-sound
- eslint
- date-fns
- framer-motion
- immer
- phosphor-react### Author
![]()
Victor Silva🚀