A simple wepage to test your typing skills.
A simple one page website to test your typing skills. It displays your result in graphical representation.
To run the application,your system needs to have typescript and sass installed.
To install typescript ,run this code in your terminal.
npm install typescript -g
To install Sass ,run this command in your termianl.
npm install sass -g
To install this application, First clone this repository by running this command.
git clone "https://github.com/Deep-patra"
After cloning the repo, Install the dependencies by running this command.
npm install
After installing all the dependencies run this command to run this application in your browser.
npm start
Now this application will be running in your browser at port 3000.Go to http://localhost:3000 to view the application.
Pull requests are welcome.For major changes please open a n issue first to discuss what would you like to change.
This project is licensed under MIT license. For more information,read the LICENSE file in the project directory.