/front-end-angular-jquery-ajax-projects

Front-End projects at Skylab Coders with AngularJS, jQuery and AJAX petitions.

Primary LanguageHTML

Skylab
AngularJS jQuery AJAX HTML5,CSS3 and JS Bootstrap Bower

Synopsis

3 projects to practice jQuery, Angular and AJAX petitions:

Asking to Spotify API using jQuery:

Create an app that:

  • Allow us to search for an artist
  • It should show a list of artists found
  • When clicking an artist it should show a list of albums
  • When clicking an album it should show a list of tracks
  • When clicking a track it should reproduce a preview of the song (30'')

Resources:

Here is my solution

Percentage Calculator

Create the jQuery/Javascript code to make this works

percentage view

Here is my solution

Angular Movies

Create an angular app that creates 4 routes

/popular
/upcoming
/nowPlaying
/topRated

and shows the list of movies in each category

movies app

You can use the API https://www.themoviedb.org/documentation/api to get the data of each category

You'll need to register your app and get an API-KEY to be able to do request to their API

Here is my solution

Motivation

Exercises done at the MEAN Stack Skylabcoders Academy bootcamp.