From zero to FullStack - an unofficial course led by Pedro Soares with the aim of guiding and helping two friends to learn programming and become software developers.
A simple 🎹 made with HTML, CSS and JavaScript.
Create and go to the directory where you want to place the repository
cd my-directoryClone the project
git clone https://github.com/from-zero-to-fullstack/piano.gitGo to the project directory
cd pianoOpen in Visual Studio Code
code .Open html page in browser:
- Expand
srcdirectory - Right click in
Index.htmlfile - Chose
Open with Live Server
MIT