The 25 + 5 Clock application provides a customizable timer that alternates between two user-defined intervals: a work period of 25 minutes and a break period of 5 minutes. This project aims to provide an efficient and intuitive way to manage time through the popular technique of the Pomodoro method.
You can access the deployed application here.
- Javascript
- React JS
- TypeScript
- Vite
- HTML
- CSS
- Clone the repository to your local machine
git clone https://github.com/aman-chhetri/twentyfive-plus-five-clock.git
- Navigate to the project directory
cd twentyfive-plus-five-clock
- Install the dependencies
npm install
- Start the development server
npm run dev
It is publicly open for any contribution. Bugfixes, new features, and extra modules are welcome.
- To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
- To report a bug: If something does not work, please report it using GitHub Issues.