This project is a Web application based on an external API. The API provides data about music (including artists, albums, etc) that users can access on-demand. This project was built with ES6, HTML and CSS and it is a SPA.

Overview

Capstone M2: Music App

This project is a Web application based on the music API Napster built with ES6, HTML and CSS and it is a SPA. This API provides data about music (including artists, albums, etc) that users can access on-demand.

Built With 🛠️

  • HTML/CSS & JS best practices: Correct use of tags, elements, properties and syntax.
  • GitHub flow: Correct use of Branches for deployment and features development.
  • Linters Check: Local and Pull Request check for errors, bugs and stylistic errors in code.
  • Webpack: Bundler form JavaScript files for usage in a browser.
  • Jest: A Testing Framework for JavaScript.

Live Demo ▶️

BeatVox App

Presentation video link:

Team project presentation

Set Up Guide 📄

  1. Use the following link for "$ git clone" the repo: https://github.com/karlavdelgadof/Capstone-M2-JS.git

cd Leaderboard

  1. "npm install" to install all the dependencies

  2. "npm start" to run the live version locally

  3. "code ." To open the project on your local editor

  4. Please click on the "acess link" so you can view the live demo

  5. You can use the input button for inserting new User/Scores

  6. Click on the "refresh" button so you can show all the new user/scores

Authors ✍️

👩‍💻 Karla Delgado

👨‍💻 Francis Wayungi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

Comments
  • Capstone M2: Music App

    Capstone M2: Music App

    Capstone Module #2: Music App :headphones:

    These are the proposed changes :recycle: for this project :arrow_down: :

    APIs

    • Implemented music API as a development base for the web app :cloud: :musical_note: . The API allows to:
      • Get a list of artists with a unique item id :bust_in_silhouette: :file_cabinet:
      • For a given item, get detailed information about it :heavy_check_mark: :musical_note:
    • Used provided Involvement API to record the different user interactions (likes and comments) :right_anger_bubble: :heart_decoration:

    Interfaces

    • Built Home Page :heavy_check_mark:
    • Built comments pop-up :heavy_check_mark:
    • Implemented styling based on the provided wireframe :art:

    Project Video Presentation :movie_camera:

    opened by karlavdelgadof 2
  • Fix Likes counter

    Fix Likes counter

    This PR

    • add updates the likes counter on clicking a like
    • Project presentation video (https://drive.google.com/file/d/12CNcQwnGTpxRR0-b8-j1QxFcF7ZQf-cA/view?usp=sharing)
    opened by wayungi 1
  • Add video demo link

    Add video demo link

    This Adds:

    • The video presentation link to the README file
    • Video presentation link https://drive.google.com/file/d/12CNcQwnGTpxRR0-b8-j1QxFcF7ZQf-cA/view?usp=sharing
    opened by wayungi 0
  • Capstone M2: Add tests for items counter

    Capstone M2: Add tests for items counter

    Capstone M2: Create tests for items counter :hammer_and_wrench: :memo: :1234: :100:

    These are the proposed changes :recycle: for this project :arrow_down: :

    • Added test using Jest for mocking the counter function that fetches the items from the API and increases the counter using Jest. :heavy_check_mark:

    For more :heavy_plus_sign: info about this task

    opened by karlavdelgadof 0
  • Capstone M2: Add homepage artist counter feature

    Capstone M2: Add homepage artist counter feature

    Capstone M2: Display items counter on homepage :hammer_and_wrench: :memo: :1234:

    These are the proposed changes :recycle: for this project :arrow_down: :

    opened by karlavdelgadof 0
  • Capstone M2: Add/Display likes

    Capstone M2: Add/Display likes

    Capstone M2: Add/Display artists likes :hammer_and_wrench: :memo: :heart:

    These are the proposed changes :recycle: for this project :arrow_down: :

    • Created module to handle the likes with the provided API :heavy_check_mark: :+1:
      • Added Involvement API methods to:
      • Task #1: POST and GET likes :arrows_counterclockwise:
      • Task #2 : Display likes for each item :heavy_check_mark:
    opened by karlavdelgadof 0
  • Capstone M2: Homepage layout display items (API)

    Capstone M2: Homepage layout display items (API)

    Capstone M2: Display items on homepage (ES6/API) :hammer_and_wrench: :1234:

    These are the proposed changes :recycle: for this project :arrow_down: :

    • Created modular functionality :heavy_check_mark: :+1:
      • Implemented Napster API to fetch data in the music-based app :notes:
      • Created getArtistAPI.js module to handle the GET data from artist method :card_file_box:
      • Added module for UI rendering task :1234: :arrows_counterclockwise:
    • Improved styling in style.css and set rules for the web app according to the provided wireframe :art: :heavy_check_mark:

    Please check the task for more information about these changes :blush:

    opened by karlavdelgadof 0
  • Day 2 Capstone M2: Basic app structure

    Day 2 Capstone M2: Basic app structure

    Capstone M2: Basic App structure (HTML/CSS) :memo: :hammer_and_wrench:

    These are the proposed changes :recycle: for this project :arrow_down: :

    • Created header and footer
    • Created basic styling in style.css and set rules for the web app according to the provided wireframe :art: :heavy_check_mark:
    • Added favicon :100:

    Note :warning:

    This task was distributed as follows:

    opened by karlavdelgadof 0
  • [0.5pt] Find external API - group task

    [0.5pt] Find external API - group task

    Find an API to base the development of the webapp around it. The API should allow you to

    • Get a list of items with a unique item id (or generate the unique id).
    • For a given item, get detailed information about it. choose an APIs that doesn't need authentication. if you select an API that requires authentication, you should implement it on your own. Also, if you select an API that provides image resources your webapp will be more visual.
    opened by karlavdelgadof 0
  • [4pt]  - Display list of items on the Homepage - Student A

    [4pt] - Display list of items on the Homepage - Student A

    Create the main part of the homepage that keeps the layout from the wireframe:

    Screenshot 2021-06-27 at 21 50 23

    When the page loads, the webapp retrieves data from the selected API and shows the list of items on screen with the basic data (e.g. title + image).

    Prepare also "Comments" and "Reservations" buttons. They should be doing nothing - just being displayed.

    This task does not include displaying the number of likes for each item.

    This task does not include the counter of the items.

    opened by karlavdelgadof 0
  • [4pt]  -Display Comments pop up with selected item's details - Student B

    [4pt] -Display Comments pop up with selected item's details - Student B

    Create a comments popup only with the top section (displaying details of the selected item)

    Screenshot 2021-06-27 at 22 10 45

    When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

    Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).

    opened by karlavdelgadof 0
  • Javascript Capstone

    Javascript Capstone

    Morning Session feedback

    • Maybe you can change the comments+reservation btn for a info one, since you guys are working in two, so there's no need for the reservation btn 🏷️
    • Kindly add a media query for the mobile version 🏷️
    • Try updating the tasks in progress/to do/done on the kanboard 🏷️

    download

    co-authors: Francis and Karla

    opened by VitorGuedesMadeira 0
  • [4pt]  - Display Reservations pop up with selected item's details - Student C

    [4pt] - Display Reservations pop up with selected item's details - Student C

    Create a reservations popup only with the top section (displaying details of the selected item)

    Screenshot 2021-06-27 at 22 10 45

    When the popup loads, the webapp retrieves data from the selected API and shows details about the selected item.

    Add event to button prepared by your teammate that will open your popup. You need to communicate with your team member to make sure that you do not block each other (most likely the easiest solution is to merge the list of items feature to the dev branch before you try to add that event).

    opened by karlavdelgadof 0
  • [3pt]  - Display reservations for a given item on the Reservations pop-up - Student C

    [3pt] - Display reservations for a given item on the Reservations pop-up - Student C

    When the popup loads, the webapp retrieves data from the Involvement API to show the item's reservations.

    Screenshot 2021-06-27 at 22 21 48

    This task does not include the counter of the reservations.

    opened by karlavdelgadof 0
  • [4pt]  - Create feature: add new reservation - Student C

    [4pt] - Create feature: add new reservation - Student C

    Implement the "add new reservation" form on the Reservations pop up according to the wireframe:

    Screenshot 2021-06-27 at 22 35 30

    When the user clicks on the "Reserve" button, the data is recorded in the Involvement API and the screen is updated

    opened by karlavdelgadof 0
  • [3pt]  - Add reservations counter - Student C

    [3pt] - Add reservations counter - Student C

    Even if the API gives you the number of reservations you will create a specific function to calculate it.

    Make sure that the correct number is displayed on the Reservations pop up.

    opened by karlavdelgadof 0
Owner
Karla Delgado
I'm a Full-Stack Developer in progress. I'm passionate about building projects and learning new technologies every day and I love collaborating with others.
Karla Delgado
Erick Hans 5 Oct 26, 2022
A single-page application that allows users to keep track of their books. Users can add the book details (book title and author) and also, and the books can also be removed. Built with JavaScript, HTML, and CSS

Project Name Awesome book with ES6 Description the project. This is a single page application that allows users to keep track of their books. Users ca

Micheal Oguntayo 4 Oct 13, 2022
Kyrillos Hany 14 Aug 10, 2022
this project is an online library application that enables users to keep track of books in their library by adding to and removing books from a list. Built with JavaScript ES6 syntax, HTML, and CSS

Awesome-Book1 The aim of this project is to restructure the Awesome books app code by using ES6 syntax and organising the workspace using modules. The

Afolabi Akorede 7 Jul 17, 2022
we learn the whole concept of JS including Basics like Object, Functions, Array etc. And Advance JS - Understanding DOMs, JQuery, Ajax, Prototypes etc.

JavaScript-for-Complete-Web Development. we learn the whole concept of JS including Basics like Object, Functions, Array etc. And Advance JS - Underst

prasam jain 2 Jul 22, 2022
This website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Built with Webpack and ES6

Leaderboard This website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the

Sanja Mandic 9 Sep 30, 2022
Awesome Books project with ES6 is an application that was built using Vanilla JavaScript with ES6 features like using arrow functions. This application allows you to keep records of your favorite books.

Javascript Project Awesome Books with ES6 Using Javascript to create a simple Awesome Books project. Populating the books list and then removing one b

Ghazanfar Ali 8 Sep 28, 2022
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Built with Html, CSS and JavaScript

Leaderboard App ?? Table of Contents ?? About the Project ?? Built With Tech Stack Key Features ?? Live Demo ?? Getting Started Setup Prerequisites In

Tetteh Kodjo-Sarso 4 Mar 21, 2023
Emem Ekpo 7 Sep 9, 2022
This project is built with JavaScript, Webpack, HTML & CSS, Leaderboard api. When user clicks on Refresh button it hits the api and responds with the data, The user can also post data to the api

leaderboad Description the project. this project is about the leaderboad i did during Microverse to build a website for adding Data to the API and fet

Emmanuel Moombe 4 May 30, 2022
A web app that allows users to add and/or remove a book. Built with JavaScript(ES6), HTML and CSS.

Awesome-Books-ES6 A web app that allows users to add and/or remove a book. Built with JavaScript(ES6), HTML and CSS. Live Preview Click here to view L

William Raga 10 Oct 7, 2022
React Gatsby static web tool for generative artists working on token based NFT artwork (ex: Artblocks)

token-art-tools React Gatsby static web tool for generative artists working on token/hash based NFT artwork (ex: Artblocks) https://ctrlshiftmake.gith

Owen Moore 71 Dec 15, 2022
Awesome book with ES6, this project is build using HTML,CSS, JavaScript ES6 the project allows you to add books and save them with the author , for another time checks

Project Name Awsome books Description the project. adding books daynamiclly Built With Major languages Frameworks Technologies used Live Demo (if avai

Alzubair Alqaraghuli 5 Jul 25, 2022
In this project we built a web application that consumes an SpaceX API. It provides commercial and scientific space travel services that allows users to book rockets and join selected space missions.

Space Travelers' Hub In this project we built a web application that consumes an SpaceX API. It provides commercial and scientific space travel servic

Diego Yon 7 Sep 30, 2022
🟢 Music player app with a modern homepage, fully-fledged music player, search, lyrics, song exploration features, search, popular music around you, worldwide top charts, and much more.

Music-player-app see the project here. 1. Key Features 2. Technologies I've used Key Features: ?? Fully responsive clean UI. ?? Entirely mobile respo

suraj ✨ 3 Nov 16, 2022
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Build with Html, CSS, JS, API, and Webpack.

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Build with Html, CSS, JS, API, and Webpack.

Kyrillos Hany 9 Mar 11, 2022