Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bfukumori/ignite-timer

Timer for Pomodoro technique
https://github.com/bfukumori/ignite-timer

ignite-rocketseat immer react react-router-dom reacthookform styled-components typescript vite zod

Last synced: 28 days ago
JSON representation

Timer for Pomodoro technique

Awesome Lists containing this project

README

        


GitHub language count

Repository size


GitHub last commit


License

Stargazers


ignite-timer


ignite-timer


About
Features
How it works
Tech Stack
Author
License


ignite-timer


ignite-timer

## About

⏳ ignite-timer - Counter to use with Pomodoro technique.

Project developed during the ReactJS Ignite Course from [Rocketseat](https://www.rocketseat.com.br/ignite).

---

## Features

- [x] Create a timer
- [x] Interrupt timer
- [x] Log timer history
- [x] Persist data in local storage

---

## How it works

### Pre-requisites

Before you begin, you will need to have the following tools installed on your machine:
[Git](https://git-scm.com), [Node.js](https://nodejs.org/en/).
In addition, it is good to have an editor to work with the code like [VSCode](https://code.visualstudio.com/)

#### Running the web application (Frontend)

```bash

# Clone this repository
$ git clone [email protected]:bfukumori/ignite-timer.git

# Access the project folder in your terminal
$ cd ignite-timer

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run dev

# The app will open on the port: 3000 - go to http://localhost:3000/

```

---

## Tech Stack

The following tools were used in the construction of the project:

#### **Website** ([React](https://reactjs.org/) + [TypeScript](https://www.typescriptlang.org/))

- **[PhosphorIcons](https://phosphoricons.com/)**
- **[date-fns](https://date-fns.org/)**
- **[Vite](https://vitejs.dev/)**
- **[React Router](https://v5.reactrouter.com/web/guides/quick-start)**
- **[Immer](https://immerjs.github.io/immer/)**
- **[Styled Components](https://styled-components.com/)**
- **[Zod](https://zod.dev/)**
- **[React Hook Form](https://react-hook-form.com/)**

---
## Author


Bruno Fukumori



Bruno Fukumori


[![Twitter Badge](https://img.shields.io/badge/-Twitter-1ca0f1?style=flat-square&labelColor=1ca0f1&logo=twitter&logoColor=white&link=https://twitter.com/hi_fukujp)](https://twitter.com/hi_fukujp) [![Linkedin Badge](https://img.shields.io/badge/-Linkedin-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/bfukumori/)](https://www.linkedin.com/in/bfukumori/)
[![Gmail Badge](https://img.shields.io/badge/-Gmail-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])

---

## License

This project is under the license [MIT](./LICENSE).

---