summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylormuffins@gmail.com>2018-09-16 22:43:41 -0400
committerJackson Taylor <jtaylormuffins@gmail.com>2018-09-16 22:43:41 -0400
commit5816aace0a1709000dd4a765953102bb3d432476 (patch)
treee6826baa2b63029aed50e68da713d1dfb5cd69af
parenta79c230c440b3975a87268e1abe5d717a82bf639 (diff)
parent784072f50a7ef238c3933773a867528050212b93 (diff)
Merge branch 'master' of https://github.com/HelixBePraised/mediaApp
-rw-r--r--README.md11
-rw-r--r--todo.txt14
2 files changed, 8 insertions, 17 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
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