All Projects → wwwenjie → Movie-Paradise

wwwenjie / Movie-Paradise

Licence: MIT license
A responsive movie preview web app

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Movie-Paradise

Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (+105.26%)
Mutual labels:  i18n, vuetify
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (+100%)
Mutual labels:  i18n, vuetify
Nuxt Juejin Project
仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。
Stars: ✭ 209 (+1000%)
Mutual labels:  i18n, koa
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (+2036.84%)
Mutual labels:  i18n, vuetify
Koot
Koot是基于React和Koa的WEB全栈技术解决方案。
Stars: ✭ 59 (+210.53%)
Mutual labels:  i18n, koa
Vue Admin Template
Sample Admin Template based on Vuejs & Vuetify.
Stars: ✭ 177 (+831.58%)
Mutual labels:  i18n, vuetify
universal-react-starter-kit
Universal React Starter Kit is an universal web application framework using koa, react, redux and webpack.
Stars: ✭ 13 (-31.58%)
Mutual labels:  i18n, koa
muvi
A chrome extension to download movies directly from a Google search.
Stars: ✭ 39 (+105.26%)
Mutual labels:  movies
i18n.cr
Internationalization API ( i18n ) for Crystal!
Stars: ✭ 36 (+89.47%)
Mutual labels:  i18n
yts torrents
download all torrents from yts.am (yify movies)
Stars: ✭ 14 (-26.32%)
Mutual labels:  movies
vuetify-cordova
App template for hybrid apps using Vue.js / Vuetify / Cordova
Stars: ✭ 32 (+68.42%)
Mutual labels:  vuetify
koro
A Bengali (বাংলা) version of the Go compiler and toolchain
Stars: ✭ 77 (+305.26%)
Mutual labels:  i18n
findadoc-localization
Translations for Findadoc Japan
Stars: ✭ 17 (-10.53%)
Mutual labels:  i18n
Hangar
A plugin repository used for paper plugins
Stars: ✭ 150 (+689.47%)
Mutual labels:  vuetify
oojs-ui
OOUI is a modern JavaScript UI library with strong cross-browser support. It is the standard library for MediaWiki and Wikipedia. This is a mirror from https://gerrit.wikimedia.org. Main website:
Stars: ✭ 45 (+136.84%)
Mutual labels:  i18n
inversify-koa-utils
inversify-koa-utils is a module based on inversify-express-utils. This module has utilities for koa 2 applications development using decorators and IoC Dependency Injection (with inversify)
Stars: ✭ 27 (+42.11%)
Mutual labels:  koa
Smart-courier-cabinet
智能快递柜小程序+nodejs koa2后端
Stars: ✭ 21 (+10.53%)
Mutual labels:  koa
gatsby-i18n
Gatsby plugin that provides i18n support
Stars: ✭ 25 (+31.58%)
Mutual labels:  i18n
translation-engine
A Rails engine for sending and receiving translations from Translation Server
Stars: ✭ 14 (-26.32%)
Mutual labels:  i18n
graduation-web
A PWA for the community of students of CEIT Department at Amirkabir U of Technology (Class of 2018)
Stars: ✭ 25 (+31.58%)
Mutual labels:  vuetify

Movie Paradise

Netlify Status JavaScript Style Guide

简体中文

This project is for learning and communication purposes only, not for commercial use. The data comes from third-party websites.

Introduction

Movie Paradise is a web app built by Vue, React(WIP) and Koa.
It can preview movies and provide download hash, online watch links, live watch functions.

Demo Website
Optimized for China

Features

  • 📱 Responsive
  • 🌐 Internationalization
  • 🌓 Dark Mode
  • CI/CD

Status: Beta

Most of the features has been completed, more details to be optimized

Preview

mobile home view

pad home view

desktop home view

Development

Movie Paradise is managed by lerna. You can bootstrap all the packages including front end and back end via lerna scripts.

# clone this repo
> git clone https://github.com/wwwenjie/Movie-Paradise.git

# install lerna and basic dependencies
> yarn

# bootstrap all packages
> yarn lerna:bootstrap

# run movie app ui
> cd packages/movie-app-ui && yarn serve

# run movie web
> cd packages/movie-web && yarn serve

# you can also run all the packages using lerna (not recommended)
> yarn lerna:serve-all

Deploying

Movie Paradise will automatically deploy when commits land in master.
You can also deploy manually by running yarn lerna:deploy-all.

Structure

You can view the detail of structure on each packages' README

Contributing

Welcome to report bug or add new features. You can know what we are going to do in Projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].