Multithreading Gallery showing countries affected by Covid 19

栏目: IT技术 · 发布时间: 5年前

内容简介:A multi-threaded Gallery showing countries affected by COVID 19.You can configure and sort the gallery with the controls on the right side, resulting in a firework of CSS3 transitions.This is a perfect performance demo for the webworkers driven UI framewor

neo.mjs covid19

A multi-threaded Gallery showing countries affected by COVID 19.

You can configure and sort the gallery with the controls on the right side, resulting in a firework of CSS3 transitions.

This is a perfect performance demo for the webworkers driven UI framework neo.mjs .

Content

Online Versions

You can find the Online Versions here on GitHub Pages (COVID-19 Gallery).

Preview Image

Multithreading Gallery showing countries affected by Covid 19

Getting Started

  1. Clone this repo to your system to get the project files

    git clone https://github.com/neomjs/covid19.git
  2. Open the checked out top level folder inside your terminal

    cd covid19
  3. Install the required node modules & run all relevant build scripts at once

    npm run build-all
  4. Make sure to use a local WebServer!

    npm run server-start
    

Docs App

Since this app shell was created using:

npx neo-app

we do get documentation views for our app source code out of the box:

localhost/covid19/docs/index.html

Multithreading Gallery showing countries affected by Covid 19

Attribution

  1. This App is created using the neo.mjs UI framework.
  2. Data provided by NovelCOVID/API .
  3. https://cors-anywhere.herokuapp.com/ is used to access the API via Javascript.
  4. Icons made by Freepik from www.flaticon.com .

Join our Slack Channel for questions & feedback:

Slack Channel Invite Link

Build with :heart: in Germany.

Copyright (c) 2020 - today, Tobias Uhlig


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

JSP应用开发技术

JSP应用开发技术

柳永坡 / 人民邮电出版社 / 2005-9 / 52.00元

本书全面系统地介绍了JSP应用开发技术,包括JSP预备知识和环境配置、JSP编程基础、JSP应用开发进阶、在JSP中使用数据库、Servlet技术、标签库和表达式语言、Web编程模式和应用框架等几个方面的内容。本书不但由浅入深地介绍了JSP程序设计的原理、方法和技术,还提供了大量的JSP应用开发实例,给出了相应的实用技巧、操作步骤及优化思路。 本书着重于JSP技术的应用性和可操作性,......一起来看看 《JSP应用开发技术》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具