Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Victor Silva🚀