https://github.com/madhavbahl/speedy-type
App created for my workshop on ReactJS conducted by Zubi community
https://github.com/madhavbahl/speedy-type
Last synced: about 1 month ago
JSON representation
App created for my workshop on ReactJS conducted by Zubi community
- Host: GitHub
- URL: https://github.com/madhavbahl/speedy-type
- Owner: MadhavBahl
- Created: 2020-12-02T07:33:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T10:44:05.000Z (over 4 years ago)
- Last Synced: 2025-04-12T22:57:33.814Z (about 1 month ago)
- Language: JavaScript
- Size: 481 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speedy Type
A simple React application to test your typing speed.
I created this application to teach ReactJS to students during my React JS workshop with Let's Hack
## Screenshots


## Things to do after the webinar/Ideas
1. Improve the details calculator algorithm to take into account the past mistakes as well.
2. Add colors in the type test (Mark the letters that are typed correct with green and wrong ones with red).
3. Learn about SCSS and replace the CSS files with SCSS.
4. Learn about Redux and use redux in this project.## Special Thanks
Special thanks to [https://thepracticetest.com/typing/tests/practice-paragraphs/](https://thepracticetest.com/typing/tests/practice-paragraphs/) for the typing speed test paragraphs and overall inspiration.