Skip to content

Webpage that organizes your music by Medium and Artist | C#

Notifications You must be signed in to change notification settings

chyoon2/Music-Organizer.Solution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Music Organizer

Epicodus Week 9
Version 1.0 - Date 7/18/2020

Project Description

This project organizes your music selection first by medium and then by artist.

Contributors

Chris Yoon, JohnNils Olson

Behavior Specifications

Behavior Input Output
The program takes a user input of a Medium "Record/CD/Tape/MP3" N/A
The program takes a user input of Artist. "Artist: John Pats" N/A
The program displays user inputs of Stylist and Client N/A "Pat: Stylist John"
The program allows user to EDIT Artist input. N/A N/A
The program allows user to DELETE Artist or Medium N/A N/A

Technologies Used

C#
.NETCore

Installation Instructions

  • Cloning instructions.

    1. Open Git Bash.
    2. Change the current working directory to the location where you would like to clone the repository.
    3. Type "git clone" followed by "(github url)" (without quotes) and hit enter.
    4. Open directory with code editor of choice.
    5. In the terminal, change working directory to ./Music-Organizer.Solution
    6. Type "dotnet restore".
    7. Type "dotnet run".
  • Download instructions.

    1. Visit "(github url)".
    2. Click the green "code" button and download zip file of project.
    3. Extract zip file to directory of choice.
    4. Open project directory in code editor of choice.
    5. In the terminal, change working directory to ./Music-Organizer.Solution
    6. Type "dotnet restore".
    7. Type "dotnet run".

Bugs

No known issues.

Contact Information

Chris Yoon - chy.yoon@gmail.com JohnNils Olson - johnnils@gmail.com

License

The [MIT] license. Copyright (c) 2020 JohnNils Olson

About

Webpage that organizes your music by Medium and Artist | C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.6%
  • HTML 4.8%
  • CSS 0.6%