Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ritikprajapat21/pomodoro-app

Productivity web app using react and redux
https://github.com/ritikprajapat21/pomodoro-app

Last synced: 13 days ago
JSON representation

Productivity web app using react and redux

Awesome Lists containing this project

README

        

# Pomodoro App: React, Redux, Typescript

A productivity app designed to increase your productivity using pomodoro technique. The Pomodoro Technique is created by Francesco Cirillo for a more productive way to work and study. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato', after the tomato-shaped kitchen timer that Cirillo used as a university student.

[Click Here](https://ritikprajapat21.github.io/pomodoro-app/) to visit page

# Tech Stack Used

1. React
2. Redux

# Local Development

- Clone this project

```
git clone https://github.com/ritikprajapat21/pomodoro-app.git
```

- Change directory

```
cd pomodoro-app
```

- Install dependency

```
npm install
```

- Run the app

```
npm run dev
```