Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 552 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 552 Bytes

Piano Theory App

A frontend web app to help students learn piano theory using a virtual keyboard.

Piano theory landing and quiz

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.