Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 1.99 KB

README.md

File metadata and controls

87 lines (55 loc) · 1.99 KB

Pomodoro Focus

Pomodoro Focus is a productivity app that uses the Pomodoro technique to help users manage their time effectively. This app features a focus timer, task manager, and progress analytics to keep track of productivity. Built with Next.js, it provides a sleek, modern, and responsive interface.

Features

  • Focus Timer: 25-minute intervals with start and reset functionalities.
  • Task Manager: Add, check, and delete tasks with the ability to show/hide completed tasks.
  • Progress Overview: Track your daily progress with a visually appealing graph.
  • Dark Mode: Toggle between light and dark themes for a comfortable experience.

Demo

Check out the live demo: Pomodoro Focus Demo

Installation

To run this project locally, follow these steps:

Prerequisites

  • Node.js (>= 14.x.x)
  • npm or yarn

Clone the repository

git clone https://github.com/pragusga/pomodoro.git
cd pomodoro

Install dependencies

Using npm:

npm install

Or with yarn:

yarn install

Run the application

Start the development server:

npm run dev

Or with yarn:

yarn dev

The app should now be running on http://localhost:3000.

Built With

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-name)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-name)
  5. Open a Pull Request

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Thanks to all contributors and the open-source community!
  • Inspired by the classic Pomodoro technique.