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!
- Host: GitHub
- URL: https://github.com/danillut/timewise
- Owner: DanilLut
- License: mit
- Created: 2025-02-22T22:57:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T14:23:42.000Z (4 months ago)
- Last Synced: 2025-02-23T14:28:09.419Z (4 months ago)
- Topics: nextjs, pomodoro, productivity, react, shadcn-ui, tailwindcss, web, web-app
- Language: TypeScript
- Homepage: https://danillut.github.io/timewise/
- Size: 823 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.