Fast-Typing with Vue.js
This project created an application that aims to increase the keyboard typing speed. By typing the words that appear on the screen, it aims to show how many words you have written in a minute and how many are correct. After typing the word, it is passed to the next word with the space key. The words are taken from TDK (Turkish Language Institution).
Do you want to try?
Here, is the live demo of the project.
Required Installation
NPM and Node.js must be installed for your project to run on your local machine. Below are the necessary links for installation:
- NodeJs installation:
https://nodejs.dev/download/
- NPM installation:
https://www.npmjs.com/get-npm
Run the Project
First, clone the project or download the files as .zip
and extract them to the directory. To clone:
git clone https://github.com/fatihes1/fast-typing-with-vue.git
Open the project directory and run the following command line to install the required Node modules:
npm install
Finally, run the following code on the command line to run the project on the server.
npm run serve
After all these processes, the project will run at 127.0.0.1/8080
orlocalhost:8080
.
Technologies
Vue.js Web Framework
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.
For more, click.
Bootstrap 5
Bootstrap, HTML, CSS ve JavaScript ile yazılmış kullanışlı, yeniden kullanılabilir kod parçalarından oluşan dev bir koleksiyondur. Ayrıca, geliştiricilerin ve tasarımcıların hızla tam olarak duyarlı web siteleri oluşturmasını sağlayan bir frameworktür.
For more, click