A kind of pomodoro clone for you control your focus 🧠.
With this app you can set a timer for your project, and the countdown will be decreasing. You also can see the history of timer that you set. For this app I use:
- Styled Components
- States
- Reducers
- ContextAPI
- LocalStorage
- Other React Hooks
- Make sure Git and NodeJS is installed.
- Clone this repository to your local computer.
- Install the project dependencies using:
npm install
- Run the API that's using json server with command:
npm run server
- Run the app using the command:
npm run dev
OBS.: I used pnpm for run install dependencies, you can simply install pnpm using
npm install -g pnpm
and then run:
pnpm install
This project uses MIT License. You can see the file LICENSE for more details.