https://github.com/isabellanunesdev/training-focus
This app allows users to set timers for work sessions and play background music during these sessions. It simplifies productivity by combining timed intervals with music for enhanced focus and relaxation.
https://github.com/isabellanunesdev/training-focus
finished frontend
Last synced: about 1 year ago
JSON representation
This app allows users to set timers for work sessions and play background music during these sessions. It simplifies productivity by combining timed intervals with music for enhanced focus and relaxation.
- Host: GitHub
- URL: https://github.com/isabellanunesdev/training-focus
- Owner: isabellanunesdev
- License: mit
- Created: 2023-08-20T00:10:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T03:04:22.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T17:54:11.774Z (over 1 year ago)
- Topics: finished, frontend
- Language: JavaScript
- Homepage: https://isadfrn.github.io/training-focus/
- Size: 14.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Training Focus




## About
This app allows users to set timers for work sessions and play background music during these sessions. It simplifies productivity by combining timed intervals with music for enhanced focus and relaxation.
## Run
Install [Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) on your [Visual Studio Code](https://code.visualstudio.com/), right click on `index.html` file and then click on `Open with Live Server`.
## Contributing
This repository is using [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), so if you want to contribute:
- create a branch from develop branch;
- make your contributions;
- open a [Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to develop branch;
- wait for discussion and future approval;
I thank you in advance for any contribution.
## Status
Finished
## License
[MIT](./LICENSE)