A mobile web application to search and view artists and songs.
- HTML, JavaScript, CSS
- Webpack, React, Jest
To get a local copy up and running follow these simple example steps.
- Nodejs
- Clone the repository to a folder in your PC.
- Navigate to the folder where you cloned the repository (eg:
Documents/MusicApp
). - Once inside the folder, open a terminal window from there.
- Alternatively, you can open a terminal from a shortcut and navigate to the folder using the command
cd
(eg:cd Documents/MusicApp
). - Run
npm i
to install all the necessary dependencies.
- Run
npm start
to start a local server atlocalhost:3000
.
- Run
npm test
to run tests if available.
👤 Maximiliano Diaz
- GitHub: @mistermaxis
- LinkedIn: Maximiliano Diaz
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.