An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/26179770/101239386-2e8c9600-370d-11eb-9bea-047178806fda.png)

![image](https://user-images.githubusercontent.com/26179770/101239390-36e4d100-370d-11eb-916e-3b940ce8d6d4.png)

## 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.