All Projects → silverprize → materialdrive

silverprize / materialdrive

Licence: other
Google Drive with Angular Material

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to materialdrive

ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+386.05%)
Mutual labels:  angularjs, angular-material
Depli
A handsome JVM monitoring dashboard
Stars: ✭ 39 (-9.3%)
Mutual labels:  angularjs, angular-material
Single Spa Portal Example
Example project on how to combine multiple SPA's on a single Website
Stars: ✭ 376 (+774.42%)
Mutual labels:  angularjs, spa
schema.tl
📜 Easy-to-use TL-Schema viewer
Stars: ✭ 55 (+27.91%)
Mutual labels:  angularjs, spa
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+416.28%)
Mutual labels:  angularjs, angular-material
metadatamanagement
Metadatamanagement (MDM) - Data Search for Higher Education Research and Science Studies
Stars: ✭ 21 (-51.16%)
Mutual labels:  angularjs, angular-material
Tested
Angular Material in MEAN Stack Website Source
Stars: ✭ 35 (-18.6%)
Mutual labels:  angularjs, angular-material
Md Form Validator
Simplify the usage of ngMessages with the angular material design
Stars: ✭ 8 (-81.4%)
Mutual labels:  angularjs, angular-material
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (+279.07%)
Mutual labels:  angularjs, angular-material
Cat Facts
Daily cat facts! 🐱
Stars: ✭ 110 (+155.81%)
Mutual labels:  angularjs, angular-material
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (-34.88%)
Mutual labels:  angularjs, angular-material
angular-spa-demo
Demo code for a Single Page Application using AngularJS
Stars: ✭ 20 (-53.49%)
Mutual labels:  angularjs, spa
Gdindex
A Google Drive Index built with Vue Running on CloudFlare Workers
Stars: ✭ 1,384 (+3118.6%)
Mutual labels:  spa, google-drive
Angular-Firebase-Sortable-Table
Angular Firebase Sortable Table is a module that makes tables creation with firebase an easy task.
Stars: ✭ 28 (-34.88%)
Mutual labels:  angularjs, angular-material
Frontpress
⚡️ A full front-end AngularJS template for WordPress Rest API.
Stars: ✭ 109 (+153.49%)
Mutual labels:  angularjs, spa
brush
An amazing scaffolding for developing database-driven websites, applications and APIs. Built on Laravel Lumen Framework, MySQL and Angular.
Stars: ✭ 23 (-46.51%)
Mutual labels:  angularjs, angular-material
boomerang
Easy website for your GDG Chapter
Stars: ✭ 74 (+72.09%)
Mutual labels:  angularjs, angular-material
ng-highcharts
Angular Directive for Highcharts
Stars: ✭ 12 (-72.09%)
Mutual labels:  angularjs
example-frontend
Example Quasar v2 app to be used with Laravel 8 projects
Stars: ✭ 24 (-44.19%)
Mutual labels:  spa
symfony-angular-todomvc
An implementation of TodoMVC using AngularJS and Symfony REST Edition
Stars: ✭ 94 (+118.6%)
Mutual labels:  angularjs

2017-01-25 1 02 59

Material Drive

Google Drive with Angular Material

Available features

  • Google OAuth2
  • File navigation
  • File delete, copy, move
  • FAB for new document/folder and upload files
  • Incremental search
  • Context menu
  • Infinite scroll
  • List view / Grid view

Configuration

- History mode

History work on hashmode as default. if you want to run on HTML5?   You must uncomment some codes.

  • <base> tag in /index.html.
  • .config(['$locationProvider', SetupHtml5Mode]) in /app/module.config.js.

- Set Google client id to yours

Change value of var CLIENT_ID in /app/shared/googleService.js.

- Customize Sidenav

Modify value of var menuList in /app/shared/sidenavMenus.js.

Build

  • Prepare
npm i -g bower gulp-cli
npm i && bower install
  • For development
    npm start

  • For release
    gulp

Consist of

Libraries

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].