add README & .gitignore

This commit is contained in:
Xevion
2020-10-31 05:03:25 -05:00
parent 67b717d10c
commit 77cbae0a54
2 changed files with 151 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# simple-viewer
Simple Viewer is a small learning project designed to work as a static file server with accompanying viewing methods.
These viewing methods are intended to be as simple as possible, mostly focusing on video.
Planned are text files, source code files, PDFs, and pictures. Everything else will be served as direct browser links (the browser handles all viewing) or as downloads.
The project will be built in Django (as well as HTML/CSS/JS), my first ever project in the framework, so expect poorer standards, mishaps, some complex bugs (resolved with needlessly complex solutions) and such.