all repos — tmdb-desktop-client @ 713a8097156b376097eee1aea34c244e1544822d

A simple tmdb desktop client written in Java

update README and add TODO.md
prithugoswami prithugoswami524@gmail.com
Thu, 21 Mar 2019 22:34:56 +0530
commit

713a8097156b376097eee1aea34c244e1544822d

parent

395c1022dd65aaf859f84d7071cdca3c53cd7a7f

2 files changed, 18 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -1,2 +1,4 @@

-# tmdb-desktop-client -A simple tmdb desktop client written in Java +# Simple TMDb Desktop Client + +A simple desktop client that allows users to search Movies and view information +about them.
A TODO.md

@@ -0,0 +1,14 @@

+# Objectives + - Search for movies by name + - List Currently showing movies + - List top rated movies + - Display movie information + +## Movie Information + - <Title>(<Year>) + - Poster + - Plotline + - Genre(s) + - Rating + - Release Date +