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 |