Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 709 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 709 Bytes

keepmovies-tdd-demo-starter

Starter repository for the KeepMovies TDD demo.

Getting started

Clone this repo, and try to implement the features below with a TDD approach. For a possible solution, check out this repository.

List of features to implement

  • 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.