/back2life-music-playlist-app

🎶 Back2Life is a music playlist app created with React.js. Redux and Node.js using Express.js

Primary LanguageJavaScriptMIT LicenseMIT

Back2Life: Music Playlist App

Music playlist app created with React.js. Redux and Node.js using Express.js

View Demo · Report Bug · Request Feature

Table of contents

Overview

Back2Life is an music playlist app developed in React.js that allows you to search and create personalised playlists using Shazam music database.

Screenshots

Back2Life homepage

Bac2Life explore page

Back2Life playlist page

Installation

  1. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  2. Install NPM packages
    npm install
  3. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';
  4. Start the app
    npm start

(back to top)

User Story

As a Web App User, I want to look up songs, artists, albums and genres, so I can create personalised playlists and group them into categories.

(back to top)

Acceptance Criteria

  • It's done when I can search by songs, artists, albums and genres.
  • It's done when I can save songs, artists, albums and genres in favourites categories.
  • It's done when I can see the detailed info of songs, artists, and albums.
  • It's done when I can create personalised playlists and save them in bookmark categories.
  • It's done when I can play the preview of the tracks.

(back to top)

UX/UI Design

Wireframes

(back to top)

Links

(back to top)

Built with

(back to top)

Roadmap

  • Create login input
  • UX/UI Improvements
    • Responsiveness fixes
  • User profile feature
  • Social media sharing
  • Purchase songs at App Stores
  • Automated testing by features

See the request feature for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Authors

Group 19

Oyewumi Afolabi

Sumbal Khan

Jozef Elias

Daniel Rodriguez

(back to top)

Acknowledgments

The teacher and TAs that help us with resources and support to my questions during the development of this project.

(back to top)