A simple timer project with system notification
Demo
Report Bug
Table of Contents
Timer with preset times of 5, 10 and 15 minutes. By choosing one of the times and clicking on the Play button, you will be able to carry out your activities and your system will notify you as soon as the time is up, in addition to being notified every 30 seconds to have a better control of how much time is left.
Technologies used in the project.
- Open the terminal and clone the repo
git clone https://github.com/SilasRodrigues19/Focus.git
- Access the folder with the following command:
cd Focus
- Install dependencies
npm install
- In the project directory, you can run with the following command:
npm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com
Project Link: https://github.com/SilasRodrigues19/Focus
🔼 Back to top