Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.51 KB

Piano Bar 🎹


Piano keys in a single page including all music notes. This mini app has created as a practice for JavaScript event listeners and DOM manipulation.

##Used Languages and tools


Development

To run this project locally you will need to open index.html in your browser using a local server. LiveServer, http-server, study-lenses, or any other local static server will work.

Installing Dependencies

There are no dependencies needed to run the website, everything is prepared to work with vanilla JavaScript. However, if you want to install prettier for this project then run (generally you always want to do this if you see a package.json file):

  • npm install