A frontend web app to help students learn piano theory using a virtual keyboard.
It's built using:
- React
- TypeScript
- Tailwind
- DaisyUI
- Redux Toolkit
- React Router
- Vite
To get the source code on your machine run this:
git clone https://github.com/joshuarichards001/piano-theory
cd piano-theory
Then to run the code:
npm install
npm run dev
Then visit localhost:5173 to access the app running in your browser.