https://github.com/henrique-coder/web-cps-counter
An accurate, simple and lightweight static website for those who want to know how many clicks per second they are making.
https://github.com/henrique-coder/web-cps-counter
Last synced: over 1 year ago
JSON representation
An accurate, simple and lightweight static website for those who want to know how many clicks per second they are making.
- Host: GitHub
- URL: https://github.com/henrique-coder/web-cps-counter
- Owner: henrique-coder
- License: gpl-3.0
- Created: 2024-03-22T20:58:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T01:44:54.000Z (over 1 year ago)
- Last Synced: 2025-01-17T02:33:15.131Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://henrique-coder.github.io/web-cps-counter
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web CPS Counter
An accurate, simple and lightweight static website for those who want to know how many clicks per second they are making.
#### Features
- Built with [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5), [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS) and [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript).
#### Prerequisites
- Any browser that supports HTML5, CSS3 and JavaScript.
### Installation from source code
```bash
# 1. Clone the repository
git clone https://github.com/henrique-coder/web-cps-counter.git
# 2. Change the directory
cd web-cps-counter
# 3. Open the index.html file in your browser
# 4. Enjoy! 🎉
```
### Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have any suggestions that could improve this project, please [fork](https://github.com/henrique-coder/web-cps-counter/fork) the repository and open a pull request. Or simply open an [issue](https://github.com/henrique-coder/web-cps-counter/issues/new) and describe your ideas or let us know what bugs you've found. Don't forget to give the project a star. Thanks again!
1. Fork the project at https://github.com/henrique-coder/web-cps-counter/fork
2. Create your feature branch ・ `git checkout -b feature/{feature_name}`
3. Commit your changes ・ `git commit -m "{commit_message}"`
4. Push to the branch ・ `git push origin feature/{feature_name}`
5. Open a pull request describing the changes made and detailing the new feature. Then wait for an administrator to review it and you're done!
### License
Distributed under the **GNU General Public License v3.0**. See [LICENSE](https://github.com/henrique-coder/web-cps-counter/blob/main/LICENSE) for more information.
### Disclaimer
Please note that this project is still under development and may contain errors or incomplete functionality. If you encounter any problems, feel free to open an [issue](https://github.com/henrique-coder/web-cps-counter/issues/new) and describe the problem you are facing. Your feedback is very important to us.