All Projects → mgoulao → Fuchsia Web Demo

mgoulao / Fuchsia Web Demo

RIP Armadillo

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fuchsia Web Demo

Dom Slider
Plain JavaScript version of jQuery's slideToggle(), slideDown(), & slideUp(), but does not use display: none.
Stars: ✭ 44 (-18.52%)
Mutual labels:  jquery
Webpack
独自手动搭建公司项目(开发环境和生产环境独立配置)。项目已经上线,线上地址为https://www.taomitao.com/ (⚠️2018.04.18后链接失效)⚠️本仓库仅供学习使用,不再维护。感兴趣者可自行扩展!
Stars: ✭ 49 (-9.26%)
Mutual labels:  jquery
Springboot Beginner
🔰 📝 这可能是流程最清晰、代码最干净、注释最详细的 SpringBoot 入门项目咯,对于初学 SpringBoot 的同学非常具有参考与学习价值哟 ~
Stars: ✭ 51 (-5.56%)
Mutual labels:  jquery
Nodejs Socketio Chat App
MEAN Stack & Socket.IO Real-time Chat App | A MEAN stack based Real Time chat application
Stars: ✭ 45 (-16.67%)
Mutual labels:  jquery
Uploader
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
Stars: ✭ 1,042 (+1829.63%)
Mutual labels:  jquery
Cropper
⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
Stars: ✭ 7,825 (+14390.74%)
Mutual labels:  jquery
Jquery.touchslider
A jQuery plugin that makes it easy to create touch sliders.
Stars: ✭ 43 (-20.37%)
Mutual labels:  jquery
Jquery Circle Progress
jQuery Plugin to draw animated circular progress bars
Stars: ✭ 1,065 (+1872.22%)
Mutual labels:  jquery
Chosen Order
Chosen Order is a plugin for Chosen which provides functions to handle the order of the selection
Stars: ✭ 48 (-11.11%)
Mutual labels:  jquery
Imgviewer
jQuery plugin to zoom and pan images, even those with a size that is a percentage of their container
Stars: ✭ 50 (-7.41%)
Mutual labels:  jquery
Redux Jquery
a sample project using redux, jQuery
Stars: ✭ 46 (-14.81%)
Mutual labels:  jquery
Closify
Closify provide a quick and intuitive JS plugin that facilitate acquiring images with different dimensions
Stars: ✭ 47 (-12.96%)
Mutual labels:  jquery
Hummingbird Treeview
A powerful and fast jQuery treeview plugin
Stars: ✭ 50 (-7.41%)
Mutual labels:  jquery
Vue2 Admin Lte
📊 adminLTE to vuejs v2.x converting project
Stars: ✭ 1,023 (+1794.44%)
Mutual labels:  jquery
Jcslider
🏂 A responsive slider jQuery plugin with CSS animations
Stars: ✭ 52 (-3.7%)
Mutual labels:  jquery
Maplace.js
A Google Maps Javascript plugin for jQuery.
Stars: ✭ 1,021 (+1790.74%)
Mutual labels:  jquery
Front End Developer Questions
前端开发面试题,已基本更新完毕。(后续会补充)
Stars: ✭ 49 (-9.26%)
Mutual labels:  jquery
Real Shadow
Module that casts photorealistic shadows
Stars: ✭ 1,066 (+1874.07%)
Mutual labels:  jquery
Jquery Feyenoord
Asynchronous JS requests for Feyenoord supporters.
Stars: ✭ 52 (-3.7%)
Mutual labels:  jquery
Droply Js
Droply JS, a new responsive and cross browser chunk uploader with DragDrop and File Preview capabilities (HTML5/CSS3)
Stars: ✭ 50 (-7.41%)
Mutual labels:  jquery

fuchsia-web-demo

Pink + Purple + Web == Fuchsia Web Demo - (unofficial)

Description

The Fuchsia Web Demo tried to simulate the UI and animations of Fuchsia OS Armadillo. RIP Armadillo LINK

Images

alt text alt text alt text

Create Dummy App

This repo goal is also to show simple dummy Apps with a futuristic UI.

To create an App you can use this template:

<html>
<head>
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/material-components-web.min.css">
</head>
<body>
  
  <!--Content-->
	
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
  <script src="https://unpkg.com/[email protected]/dist/material-components-web.min.js"></script>
</body>
</html>

And then:

  • Go to js/index.js and add your app to the appData variable with this format:
"yourAppId": {
    "title": "Title",
    "color": "#3F51B5",
    "id": "yourAppId",
    "image": "resources/empty.png",
    "text": "",
    "content": "<div style='position:relative;height:100%;overflow:hidden'><iframe src='YOUR_APP_HTML' allowfullscreen></iframe></div>"
},

Built With

Authors

See also the list of contributors who participated in this project.

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