Skip to content

A small and simple artist search app developed in ReactJS using the audiodb APIs

Notifications You must be signed in to change notification settings

rashmiap/audioDB-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is small and simple mobile responsive artist search app developed in ReactJS using the audiodb APIs

The app has three screen:

  1. The first screen is a search page where you can search for an artist by name. There could be multiple artists that match the name, so pagination is added where the user can see the results page by page.
  2. Once you have found the artist you were searching for, click on the “View Albums” link will take you to an artist detail page where you will list (again, paginated) the albums of the artist.
  3. Clicking on the View Tracks of an album listing will open up a modal that shows the album name, the release date and a list of tracks in the album and the duration of each track. This project was bootstrapped with Create React App.

Demo

Preview Movie

Preview Shows

Preview Saved

Preview Details

The app can be seen in action here.

Run Locally

  1. Clone this repository and go into its src folder.
  2. Run npm install
  3. Run npm start
  4. Go to http://localhost:3000 to view the app

About

A small and simple artist search app developed in ReactJS using the audiodb APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published