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

https://github.com/danillut/timewise

TimeWise is a web-based Pomodoro timer. Customize work and break durations, manage tasks, and stay focused!
https://github.com/danillut/timewise

nextjs pomodoro productivity react shadcn-ui tailwindcss web web-app

Last synced: 4 months ago
JSON representation

TimeWise is a web-based Pomodoro timer. Customize work and break durations, manage tasks, and stay focused!

Awesome Lists containing this project

README

        

# TimeWise - Pomodoro Timer

TimeWise is a web-based Pomodoro timer designed to help users enhance productivity. Customize work and break durations, manage tasks, and stay focused!

## Features

- **Pomodoro Timer**: Work and break cycles.
- **Configurable Settings**: Adjust work, short break, and long break durations.
- **Task Management**: Add, edit, and delete session tasks.

## Installation

1. Clone the repository:
```sh
git clone
```
2. Navigate to the project directory:
```sh
cd timewise
```
3. Install dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```

## Usage

1. Open the app in your browser.
2. Configure your work and break durations.
3. Add tasks to focus on during work sessions.
4. Start the timer and follow the Pomodoro technique.

## Technologies Used

- **React (Next.js)**: Frontend.
- **Tailwind CSS**: Styling.
- **Lucide Icons**: UI icons.

## Contributing

Contributions are welcome! Feel free to fork the repo, submit issues, or make pull requests.

## License

This project is licensed under the MIT License.