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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T02:48:01.000Z (11 months ago)
- Last Synced: 2025-02-01T19:13:16.140Z (3 months ago)
- Topics: react, rubiks-cube, timer
- Language: JavaScript
- Homepage: https://cube-speed-timer.vercel.app
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speed Cube Timer



> 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