A Typing Web App made using ReactJS to test your typing skills. It is a 1 min game and displays statistics including typing speed, accuracy, errors, etc.
Also added user management(Login, Signup, Forget and Reset Password) in this version 2 by using AWS Cognito and AWS Amplify services. And a profile page to display statistics of recent tests taken by user.
Version 1 can be found here!
- Clone/Download the code from this repository.
- Run command
npm install
- Run command
npm start