https://github.com/indective/typingtest
https://github.com/indective/typingtest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/indective/typingtest
- Owner: Indective
- License: mit
- Created: 2025-02-24T11:00:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T11:08:21.000Z (over 1 year ago)
- Last Synced: 2025-02-24T12:24:18.742Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EventScheduler
## Overview
TypingTest is a project designed to help users test there typing skills, by taking typing tests in 3 difficulties.
easy, medium , and hard.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
future:
• Integrate with a lightweight database. Transition from file-based storage to a database like SQLite to improve scalability and enable features like advanced search, event categorization, and filtering.
• Implement event editing and deletion. Allow users to modify or remove events, not just schedule and view them. This will make your scheduler more user-friendly and practical.
• Add support for recurring events. Implement logic to schedule events on a daily, weekly, or monthly basis, and manage recurrence rules so that an event automatically repeats on specified intervals.