Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 590 Bytes

Typing Test Frontend v2

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!

How to install

  • Clone/Download the code from this repository.
  • Run command npm install
  • Run command npm start