Frontend part of ChronoCube web application - a professional timer for speecubing with simple UI, scoreboard, guides and statistics analysis.
To run the project, you should have Node Package Manager installed. It's also recommended to use Node Version Manager.
npm i
(shorthand fornpm install
) - install project dependencies.npm start
- run the project.
Recommended IDE - WebStorm. It's also preferable to install
Styled Components & Styled JSX
plugin.