Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)




app Screenshot

> 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