https://github.com/mgoulao/fuchsia-web-demo
RIP Armadillo
https://github.com/mgoulao/fuchsia-web-demo
fuchsia javascript jquery
Last synced: 6 months ago
JSON representation
RIP Armadillo
- Host: GitHub
- URL: https://github.com/mgoulao/fuchsia-web-demo
- Owner: mgoulao
- Created: 2018-04-07T12:25:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T02:44:03.000Z (over 4 years ago)
- Last Synced: 2024-07-31T19:32:37.977Z (over 1 year ago)
- Topics: fuchsia, javascript, jquery
- Language: HTML
- Homepage: https://mgoulao.github.io/fuchsia-web-demo/
- Size: 7.36 MB
- Stars: 61
- Watchers: 7
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://mgoulao.github.io/fuchsia-web-demo/)
## Images



## 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:
```
```
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": "
"
},
```
## Built With
* [MDC](https://github.com/material-components/material-components-web) - UI components
* [jQuery](https://jquery.com/) - The JavaScript library used
* [jQuery UI](https://jqueryui.com/)
* [Fuse.js](http://fusejs.io/) - Search library
## Authors
* **Manuel Goulão** - [mgoulao](https://github.com/mgoulao)
See also the list of [contributors](https://github.com/mgoulao/fuchsia-web-demo/contributors) who participated in this project.