You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nprimo b92f3a36eb docs(movie-list): improve audit formats 2 years ago
..
README.md docs(movie-list): improve audit formats 2 years ago

README.md

Functional

In order to run and hot reload app either on emulator or device, follow the instructions

Was the app committed within the required time period?
Does the app run without crashes?
Does the first page contain top rated movies with descending rating?
Does every movie icon contain name, image, release date, rating, duration?
Is the new route created when the movie icon is tapped?
Does the movie profile page display at least 5 parameters regarding the tapped movie?
Does the search bar look for only the movies by movie name, as does SQL's ilike comparision?
When no search query is supplied, does the app show all items?
Widgets should not be overflowed. Is it the case in both routes?
Does the app behave as it is supposed to?