Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giovananog/cube-speed-timer
A web application to record and track your times while solving Rubik's cubes.
https://github.com/giovananog/cube-speed-timer
react rubiks-cube timer
Last synced: 16 days ago
JSON representation
A web application to record and track your times while solving Rubik's cubes.
- Host: GitHub
- URL: https://github.com/giovananog/cube-speed-timer
- Owner: giovananog
- Created: 2024-02-23T02:14:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T13:16:16.000Z (10 months ago)
- Last Synced: 2024-03-18T17:36:42.925Z (9 months ago)
- Topics: react, rubiks-cube, timer
- Language: JavaScript
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speed Cube Timer
![GitHub repo size](https://img.shields.io/github/repo-size/giovananog/cube-speed-timer?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/giovananog/cube-speed-timer?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/giovananog/cube-speed-timer?style=for-the-badge)
> The Speed Cube Timer is a simple application to measure the time spent solving the Rubik's Cube. It allows you to easily start and stop the timer, while keeping a record of your best times.
## 🛠️ Features
- Start and stop the timer using the keyboard.
- Automatic time recording when the timer is stopped.
- Display of best times.
- Simple and user-friendly interface.## 🚀 How to Use
1. Clone the repository:
```bash
git clone https://github.com/giovananog/cube-speed-timer.git
cd speed-cube-timer
```2. Install dependencies:
```bash
npm install
```3. Start the application:
```bash
npm start
```4. Open the app in your browser:
http://localhost:3000