AlenaTrushnikova / music_app

Create playlists, browse songs with the Music App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎢 Welcome to MusicApp

Welcome to the MusicApp! A user can create an account, create their own playlists, browse through songs using search bar and add them to the created playlists. The user can also delete songs from playlists as well as delete playlists.

πŸŽ₯ Video demo

Check the video demo of how the Music App works.

πŸ‘‰ User Stories UPDATE

  1. As a user you can create an account with unique name, valid password and email
  2. As a user you can create/delete playlists
  3. As a user you can add songs to playlists
  4. As a user you can delete songs from playlists
  5. As a user you can browse song/album/artist using search bar
  6. As a user you can navigate through songs/album/artist lists using prev and next buttons
  7. As a user you can log out and sing in back

πŸš€ Install Instructions

  1. Fork and clone this repository
  2. cd into the cloned folder and open it in your text editor
  3. Open up your terminal and run bundle install
  4. Run rake db:migrate
  5. Run rake db:seed
  6. To run MusicApp type rails s and then run localhost:3000 in the browser

πŸ‘₯ Contributing to MusicApp

Please follow the instructions.

⭐ Contact

πŸ‘€ Alena Trushnikova - Github: @alenatrushnikova
πŸ‘€ Mitchell Gilbert - Github: @MitchyG07

✏️ License

Copyright Β© 2021 Alena Trushnikova, Mitchell Gilbert .
This project is MIT license

About

Create playlists, browse songs with the Music App

License:MIT License


Languages

Language:Ruby 68.2%Language:HTML 24.6%Language:JavaScript 3.9%Language:SCSS 3.3%