Skip to content

This is a simple project that uses many technologies and has been started from scratch using TDD. Its goal is to provide a boilerplate to start a project from. It uses the TheMovieDB Api to list the most recent movies and when selecting some movie, it shows the details.

License

Notifications You must be signed in to change notification settings

brntsw/SimpleMoviesKotlinApp

Repository files navigation

SimpleMoviesKotlinApp

This is a simple project that has just been started as a personal challenge.

It is a project that implements the TheMovieDB ([https://www.themoviedb.org/]) Apis in order to list the most recent movies and checking out each movie's details.

It will use the following:

Its goal is to just provide a simple way of implementing a project from scratch using a boilerplate that is customizable. The app has started to be implemented using TDD (Test Driven Development), for more details check the following video: [https://www.youtube.com/watch?v=qkblc5WRn-U]

All the layers contain tests, depending on which is the layer it could contain Unit testing, UI testing or both.

About

This is a simple project that uses many technologies and has been started from scratch using TDD. Its goal is to provide a boilerplate to start a project from. It uses the TheMovieDB Api to list the most recent movies and when selecting some movie, it shows the details.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages