This project was made during the course of Web Dev at Universidad de los Andes. With this app you will be able to have typing competitions with your friends. You can create a competition yourself or join an existing one, with as many players as you want! During the game, you will see in real time your performance as well as your friends'. You can keep track of your maximum speed across all games. Challenge yourself by playing games in different languages. This app was made with Meteor + React and is deployed here, make sure to check it out. Feel free to explore the app yourself by following these steps:
git clone https://github.com/jcpinilla/typo.git
cd typo
meteor npm install
meteor
The app will be running at http://localhost:3000. Finally, you can test the app by running
meteor test --driver-package cultofcoders:mocha --port 3100
The test results are displayed in http://localhost:3100.
MIT
Free Software, This project is licensed under the terms of the MIT license. See LICENSE for more.