summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylormuffins@gmail.com>2018-09-16 22:35:17 -0400
committerGitHub <noreply@github.com>2018-09-16 22:35:17 -0400
commit784072f50a7ef238c3933773a867528050212b93 (patch)
tree0d05830221bb0b9087d62b452427c136fa19803b
parentcc4e2b69bea3109de3096d8d36d2fdee528faa5f (diff)
parentddaaa05476407cbbd7afe405a8286920d7d471ed (diff)
Merge pull request #1 from HelixBePraised/UpdateDocumentation
Update documentation
-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