Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishesh-pandey/v-type
A website where you can test your typing speed.
https://github.com/vishesh-pandey/v-type
bootstrap5 javascript react react-project typing typing-game typing-test
Last synced: 16 days ago
JSON representation
A website where you can test your typing speed.
- Host: GitHub
- URL: https://github.com/vishesh-pandey/v-type
- Owner: Vishesh-Pandey
- Created: 2022-10-08T14:21:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T03:33:45.000Z (over 1 year ago)
- Last Synced: 2023-05-16T04:36:49.519Z (over 1 year ago)
- Topics: bootstrap5, javascript, react, react-project, typing, typing-game, typing-test
- Language: JavaScript
- Homepage: https://vishesh-pandey.github.io/v-type/
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-Type
v-Type is a web application where you can test your typing speed.
This web application allows users to measure their typing speed by typing a given text and tracking their accuracy and words-per-minute (WPM) score.## Website link
To visit v-Type - click here : [https://vishesh-pandey.github.io/v-type/]
## Features
- Interactive typing speed test interface.
- Randomly generated texts for diverse practice.
- Responsive design for optimal viewing across devices.
- Built with React and Bootstrap for a modern and user-friendly experience.## Getting Started
To run the Typing Speed Test locally, follow these steps:
### Prerequisites
- Node.js installed on your machine.
### Installation
1. Clone the repository to your local machine:
```
git clone https://github.com/vishesh-pandey/v-type.git
```2. Navigate into the project directory:
```
cd v-type
```3.Install the dependencies:
```
npm install
```4. Start development server:
```
npm start
```## Contributing
Contributions to the v-type project are welcome! If you have any ideas, suggestions, or bug reports, please submit an issue or create a pull request.