summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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