This project is built with:
- Angular: Modern, component-based front-end framework.
- Web Audio API: Direct access to audio capabilities of the browser for smooth sound manipulation and playback.
Misc. references used in this project
To run the project locally, follow these steps:
-
Clone this repository:
git clone https://github.com/Babali42/drumbeatrepo.git cd drum-beat-repo/frontend
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Visit
http://localhost:4200
in your browser to see the app in action.
Run test :
npm run test
Watch test :
npm run ng test --watch