Welcome to Project 1! This is an important step in your full-stack journey as you will now use your newly acquired skills and knowledge to build web application from scratch. With your team, you will conceive and execute a design that solves a real-world problem by integrating data received from multiple server-side API requests.
Because you will be working collaboratively, you will learn agile development methodologies and implement feature and bug fixes using git branch workflow and pull requests.
As a user, I can type songs into a search box and after submitting the search I will receive back a list of songs with the title I typed.
As a user I can then click on one of the songs and it will provide a link to view the song with the Youtube API.
As a user, I can then click the youtube link and listen to the song within the browser.
-Must have at least two server-side APIs -Must use a CSS framework other than Bootstrap -Must use client-side storage to store the persistent data -Must have a polished, mobile-first UI -Must meet good quality coding standards (indentation, scoping, naming, etc.) -Does NOT use alerts, confirms, or prompts (look into modals) -Must be deployed to Github Pages -Must be interactive (i.e: accept and respond to user input);
Project Title : Ear~Worm
https://developer.musixmatch.com/
https://developers.google.com/youtube/iframe_api_reference
https://materializecss.com/getting-started.html
Github Repo: https://github.com/CameronHeadlee/Ear-Worm
Deployed URL: https://cameronheadlee.github.io/Ear-Worm/