Skip to content

Simple Typing Test Game backed by Node Js, express js, and written with vanilla javaScript. I used popular MVC patter in this project.

License

Notifications You must be signed in to change notification settings

mmesba/Typing-Test-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is based on vanilla javaScript. Backed by Node Js and express js as server. I used ejs, as view engine to serve frontend page with popular MVC pattern. I will update this project by adding more feature and control to the end user. Simple Typing Test Game backed by Node Js and written with vanilla javaScript.

Table of Contents

The problems and The Solutions

I have generated random quotes from api call and receive that data as json format. Then I have split every character and compare with user inputs. If matched proceed to next otherwise marked that exact character as red color so user can identify their mistakes. In the meantime I have started a stopwatch until every character finished. If an user completes a quote then the page will be reloaded and new session will be started.

How to run

Please follow the below instructions to run this project in your machine:

  1. Clone this repository

    git clone https://github.com/mmesba/Typing-Test-Game.git
  2. Install Dependencies

    npm install
  3. Run the app

    npm start
  4. Your app should be available in http://localhost:3000

Contact

Mesbaul Haque - http://mesba.live

DM - mail

Project Link: https://github.com/mmesba/Typing-Test-Game

About

Simple Typing Test Game backed by Node Js, express js, and written with vanilla javaScript. I used popular MVC patter in this project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published