Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ritikprajapat21/pomodoro-app
- Owner: ritikprajapat21
- Created: 2024-04-01T18:13:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:16:51.000Z (9 months ago)
- Last Synced: 2024-04-10T17:09:17.594Z (9 months ago)
- Language: TypeScript
- Size: 713 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```