Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brdtheo/moviz
A small web app providing infos about movies
https://github.com/brdtheo/moviz
firebase i18n videojs vue vuetify
Last synced: 2 months ago
JSON representation
A small web app providing infos about movies
- Host: GitHub
- URL: https://github.com/brdtheo/moviz
- Owner: brdtheo
- License: mit
- Created: 2020-10-25T13:04:45.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-17T08:14:08.000Z (over 2 years ago)
- Last Synced: 2024-12-16T18:09:44.650Z (2 months ago)
- Topics: firebase, i18n, videojs, vue, vuetify
- Language: Vue
- Homepage: https://brdtheo.github.io/moviz/
- Size: 4.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moviz
### What is Moviz ?
Moviz is the attempt to make an ultralight version of IMDB in one month. Even if this app is **far** from production ready, i wanted to give it a try. Stack is the following:###### Main
- Vue
- Vuetify for material design
- Google Firebase###### Libraries/Plugins
- i18n
- Video.js## Features
- [x] User login system (Firebase Auth)
- [x] Write and manage reviews
- [x] Add movies in the app using the admin form
- [ ] Full text searchThe app also has a small role system where moderators can restrict reviews, admins can add movies and superadmins can add/remove roles and ban users.
## Issues & performance
This project is for learning purposes; the performance is not good due to unused CSS from Vuetify, component code that is not optimized and also some features are not finished yet.