Skip to content

A web app that helps people improve their typing speed by practicing typing their favorite texts. The app also gamifies typing by making it a competition against others through the use of a leaderboard.

Notifications You must be signed in to change notification settings

victorlomi/Typing-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing App

A web app that helps people improve their typing speed by practicing typing their favorite texts. The app also gamifies typing by making it a competition against others through the use of a leaderboard.

Live Link: https://typing-app-flask.herokuapp.com/

Technologies Used

  • Python
  • Flask
  • Javascript

Setup Instructions and Installation

  1. Clone the repository on to your computer
$ git clone https://github.com/victorlomi/Typing-App
  1. Navigate to the project directory
$ cd Typing-App
  1. Create virtual environment and activate it
$ python3 -m venv venv
$ . venv/bin/activate
  1. Install packages
$ pip install -r requirements.txt
  1. set environment variables and run
$ export FLASK_APP=type.py
$ export FLASK_ENV=development
$ flask run

You are all set!

Contact

Email: victorlominyo@gmail.com

Email: arisodee@gmail.com

LinkedIn: @rovinewanjala

Email: victorlominyo@gmail.com

Email: victorlominyo@gmail.com

License

MIT License

Copyright (c) 2020 victorlomi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A web app that helps people improve their typing speed by practicing typing their favorite texts. The app also gamifies typing by making it a competition against others through the use of a leaderboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published