https://github.com/aenesgur/10-fast-finger-app
It is 10 Fast Fingers Game. Developed with pure Javascript to help you type ten fast fingers.
https://github.com/aenesgur/10-fast-finger-app
css documentobjectmodel html javascript javascript-game npm webpack yarn
Last synced: 3 months ago
JSON representation
It is 10 Fast Fingers Game. Developed with pure Javascript to help you type ten fast fingers.
- Host: GitHub
- URL: https://github.com/aenesgur/10-fast-finger-app
- Owner: aenesgur
- Created: 2019-12-30T08:28:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T08:29:00.000Z (over 5 years ago)
- Last Synced: 2025-01-08T08:45:28.474Z (5 months ago)
- Topics: css, documentobjectmodel, html, javascript, javascript-game, npm, webpack, yarn
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 10 Fast Finger App
This application was developed with pure Javascript to help you type 10 fast fingers.
We fetch the data from the local JSON file and data is written to the screen using DOM.
Level buttons, result field and head section where we write current level information are also written on the screen using DOM.
Our current number of true at the current level are saved in Local Storage and written in the "number of true" in the result field.
Local Storage is cleared when the page is refreshed and when we complete the current level.# How to run this project
## If NPM is installed on your computer, follow these steps, otherwise install npm first, then follow the steps
*After downloading the project, enter the project directory from the terminal screen, and then type the following commands
>npm install>npm run-script build
>npm start
Then you can test the project at localhost: 8080