Study & Relax
This App gives you a recommendation of JavaScript books to read and also lets you hear some music, so you can concentrate and relax while you are studying.
For the music, this App uses the iTunes Searches API, for more information about this API please refer to the Apple Reference
For the books list, this App uses the IT Bookstore API for more information about this API please refer to the IT BookStore
- HTML
- CSS
- Javascript
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
git clone git@github.com:VicPeralta/Capstone-JavaScript.git
2.- Change the directory to the leaderboard directory
cd
3.- Install the project's dependencies by running this command:
npm install
4.- Generate the dist folder using this command:
npm run build
5.- Open the file .\dist\index.html
to see the Web Page
6.- To see the code open the project in the code editor of your preference.
👤 Victor Peralta
- GitHub: @VicPeralta
👤 Victor Chukwuebuka Ozoede
- GitHub: @chukwuebukaVictor
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- A special thank for @fernandorpm for this amazing README template
This project is MIT licensed.