The purpose of this project is to make a typing speed checker.
For front-end it uses ReactJS and the backend is written in express.js with a mongoDB database.
To run the project on your machine:
1.cd client -> npm install -> npm start
2.cd server -> npm install -> nodemon server
Feel free to improve the project!
