A music game where you have to tap a hidden beat in time with the desired BPM.
Check out the preview at https://beatclicker.com.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Clone the repository
git clone https://github.com/your-username/beatclicker.git
- Install the dependencies
npm install
- Start the development server
npm start
- Open http://localhost:3000 in your browser to view the app.
To deploy the app to GitHub Pages, run the following command:
npm run deploy
- create-react-app
- @emotion/react
- @emotion/styled
- @fontsource/roboto
- @mui/icons-material
- @mui/material
- @reduxjs/toolkit
- @testing-library/jest-dom
- @testing-library/react
- @testing-library/user-event
- chart.js
- moment
- react
- react-chartjs-2
- react-dom
- react-redux
- react-router-dom
This project is licensed under the CC-BY-NC-ND-4.0 License - see the LICENSE file for details.