Epicodus Week 9
Version 1.0 - Date 7/18/2020
This project organizes your music selection first by medium and then by artist.
Chris Yoon, JohnNils Olson
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 |
C#
.NETCore
-
Cloning instructions.
- Open Git Bash.
- Change the current working directory to the location where you would like to clone the repository.
- Type "git clone" followed by "(github url)" (without quotes) and hit enter.
- Open directory with code editor of choice.
- In the terminal, change working directory to ./Music-Organizer.Solution
- Type "dotnet restore".
- Type "dotnet run".
-
Download instructions.
- Visit "(github url)".
- Click the green "code" button and download zip file of project.
- Extract zip file to directory of choice.
- Open project directory in code editor of choice.
- In the terminal, change working directory to ./Music-Organizer.Solution
- Type "dotnet restore".
- Type "dotnet run".
No known issues.
Chris Yoon - chy.yoon@gmail.com JohnNils Olson - johnnils@gmail.com
The [MIT] license. Copyright (c) 2020 JohnNils Olson