Skip to content

Platform for fast coders to type faster

Notifications You must be signed in to change notification settings

preyam2002/typecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

37

The ultimate typing platform for programmers.

Most typing platforms simply present stories or random words to practice which works well for average people but not for the lethal, fast, perfectionist programmers who cannot afford to be slow and have typos when they code.

Features of TypeCode

  • Type actual code while practicing
  • Choose any of the default type coding lessons or upload a lesson of your own.
  • TypeCode doesn't just point out your typos but forces you to rectify them.
  • Provides detailed analysis such as heatmaps and graphs to improve your touch typing and speed.

CONTRIBUTING

Installation

  • Fork this repository & clone it.
git clone https://github.com/ankingcodes/typecode.git
  • Type npm install or yarn install to install all packages required for the client & server.
  • Make sure you have MongoDB installed, type sudo service mongodb start to start it on your local machine.
  • Run yarn start in the root directory of project (for client server) & nodemon app.js in the server directory to start the server.
  • If you like the project, hit the star button.

About

Platform for fast coders to type faster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • CSS 34.7%
  • HTML 11.6%