Giter Club home page Giter Club logo

my-artists's Introduction

My Artists

Responsive web app that allows you to search for all of the albums of your favorite artist and even listen to all of the tracks in that album. In addition, it stores your album history using a backend server, so you can take it with you.

Screenshot of App in Browser

The tech stack used

  • ReactJS,
  • Bootstrap (React-Bootstrap library),
  • Node / Express / CORS (Backend for Auth-Server),
  • Axios (frontend HTTP requests to backend),
  • Spotify Web API, Spotify Web Playback SDK
  • Firebase Backend (with Firestore NoSQL database) to store user history
  • React Router DOM (multi page app)

Responsive mobile demonstration

Responsive demonstration

Running the app

Note: to access the user-history section, you must init and create your own Firebase credentials in 'src/index.js' and generate your Spotify API ids from the Spotify Developer website

With that done, it's all pretty simple: Starting at the root directory, please first 'npm install' all the required modules for both the front-end and the back-end:

$ npm install $ cd auth-server $ npm install

Then, the app can be run through starting the back-end and the front-end process

$ cd auth-server/authorization_code
$ node app.js

Then, in another terminal, in the root directory of "my-artists":

$ npm start

Backend code

This app uses the authorization code flow for the Spotify Web API in order to authenticate the user (this is mandatory to communicate with the Spotify API).

The backend code for the app is located in /auth-server/authorization_code/app.js

my-artists's People

Contributors

tej-sharma avatar

Stargazers

Florian Sueur avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.