Starter repository for the KeepMovies TDD demo.
Clone this repo, and try to implement the features below with a TDD approach. For a possible solution, check out this repository.
- As a user, I want to save movies so I won't forget about them.
- As a user, I want to sort the movies I saved both lexicographically and by release date.
- As a user, I want to be able to remove movies I marked as “already watched” from my KeepMovies.
- As a user, I want to group my movies by genre and year.
- As a user, I want to group my movies by custom criteria.