Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryceberczik/react-stop-watch
The React Stop Watch is a stop watch that tracks time and can be either be paused, deleted, or even archived. The easy to use UI is also a pro as its simple to navigate and handle the stop watch.
https://github.com/bryceberczik/react-stop-watch
Last synced: 4 days ago
JSON representation
The React Stop Watch is a stop watch that tracks time and can be either be paused, deleted, or even archived. The easy to use UI is also a pro as its simple to navigate and handle the stop watch.
- Host: GitHub
- URL: https://github.com/bryceberczik/react-stop-watch
- Owner: bryceberczik
- License: mit
- Created: 2024-09-03T01:00:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T00:25:15.000Z (2 months ago)
- Last Synced: 2024-09-12T10:18:33.978Z (2 months ago)
- Language: JavaScript
- Homepage: https://react-stop-watch-demo.netlify.app/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Stop Watch
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Description
The React Stop Watch is a stop watch that tracks time and can be either be paused, deleted, or even archived. The easy to use UI is also a pro as its simple to navigate and handle the stop watch.## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [To-dos](#to-dos)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)## Installation
There are no installation instructions at this time, visiting the URL provided in the repository is all that is needed as this is a front-end application.## Usage
In order to use this application you must click the play button to start the timer, once you have the time reached you can pause it and choose to either archive or simply delete it. Once you feel the need to get rid of your archived times, simply press the clear button and it will delete all the times.## To-dos
The application still needs work on the logic side of things. This is a demo and has not been tested by anyone by myself. Once the timer hits over a minute archiving only covers the seconds and miliseconds, this makes it pointless once you hit the minutes which might occur more often than not. This application also needs to be mobile responsive.## License
This project is licensed under the [MIT](https://opensource.org/licenses/MIT) license.## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request. For major changes, please open an issue first to discuss what you would like to change. Thank you!## Tests
There are no test instructions as of September 11th, 2024. This is subject to change as development can be further continued.## Questions
If you have any questions, you can reach me at [[email protected]](mailto:[email protected]). You can also find more of my work at [bryceberczik](https://github.com/bryceberczik) on Github.