Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 649 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 649 Bytes

Project - Movie Rating App

Create a new project directory

In this section we have three lessons that will cover the development and testing of a command line interface application designed to store and rate movies.

The features of the App are:

  • Add a movie to the movie library
  • Update the rating of a movie
  • List a single movie
  • List all movies
  • Remove a movie
Lesson Suggested Time
1 2 hours
2 2 hours
3 3 hours