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

https://github.com/emanoelhenrick/ignitetimer

Timer created with React
https://github.com/emanoelhenrick/ignitetimer

react-router react-router-dom reactjs

Last synced: 2 months ago
JSON representation

Timer created with React

Awesome Lists containing this project

README

          

# Ignite Timer

Execício do Ignite React da Rocketseat, abordando conceitos e bibliotecas como Context API, Styled-Components, React Router Dom, React Hook Form, Zod para validações, Immer para imutabilidade, Hooks como useState, useReducer e useEffect.

## Rodando localmente

Clone o projeto

```bash
git clone https://github.com/emanoelhenrick/igniteTimer.git
```

Entre no diretório do projeto

```bash
cd igniteTimer
```

Instale as dependências

```bash
npm install
```
Execute o preview

```bash
npm run dev
```

## Screenshots

![App Screenshot](https://github.com/emanoelhenrick/igniteTimer/blob/14f97438aa74df407dcdd0ef62254e8ce4863ab6/screenshots/timer.PNG)

![App Screenshot](https://github.com/emanoelhenrick/igniteTimer/blob/14f97438aa74df407dcdd0ef62254e8ce4863ab6/screenshots/timer-active.PNG)

![App Screenshot](https://github.com/emanoelhenrick/igniteTimer/blob/14f97438aa74df407dcdd0ef62254e8ce4863ab6/screenshots/history.PNG)