From 95c6efdee5f99fde901aff8f0724f45e92edd35f Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Sun, 16 Sep 2018 22:30:03 -0400 Subject: Updated ReadMe --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a5abf3..01cf289 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # JAMA MediaApp App used to view my movies and shows through the browser. -# Why I chose Golang -I chose golang because it's probably the language I know best besides PHP. -And PHP is gross(Not really though, it's kind of cool I guess) +## Why I chose Golang +I chose Golang because it's probably the language I know best besides PHP. It has a lot of cool quirks about it, and I haven't done a good project with anything besides stuff I learned in school. + +## To-do stuff +*Add a depth level to the function that grabs the media from the folders. ++ Style it to look better. ++ Add QOL features. Ex. Next/Previous Button ++ Implement a better video player than HTML5's -- cgit v1.2.3 From ddaaa05476407cbbd7afe405a8286920d7d471ed Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Sun, 16 Sep 2018 22:31:35 -0400 Subject: removed todo.txt --- todo.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 todo.txt diff --git a/todo.txt b/todo.txt deleted file mode 100644 index b7d1f43..0000000 --- a/todo.txt +++ /dev/null @@ -1,14 +0,0 @@ -Basic Home Page - Done - - Add CSS and JS - -Serve home page - Done - -create template for movie/show index - -These will probably have to be different because when you - select a movie, it goes straight into it. But Shows will - need another template to show the seasons and then eps - -serve movie/show index - -Video player template - -Work with movies first -- cgit v1.2.3