Skip to content

lizbethhahn/VinylLibrary

Repository files navigation

Vinyl Library

Project Summary

This project will allow the user to access an album collection, add newly acquired albums to the collection, and keep track of albums that have been lent out to friends.

Technical Summary

A console application written in C#, using the .NET framwork and a custom dataset.

Features

  • add albums into the library
  • remove albums from the library
  • check out an album

Milestones

-[X] read from file

-[X] create Album class

-[X] create menu to access input data

-[X] create method to add an album to collection

-[X] create method to remove an album from the collection

-[X] Bonus: create feature that allows borrowed albums to be tracked, ie. edit data to show if an album has been "check out" and who borrowed it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages