TourDJ / display-ui

A front application for display personal photos with implementation of react and relative ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display-UI

An application of display albums and photos where to share your tour experience. It's a complete react implementation front end UI application, and the UI design component main come from ant-design, a popular UI design language at present.

sample

The Corresponding back end server is Display-server, and it's pure a nodejs application, use express framework.

Getting Started

$ git clone https://github.com/TourDJ/display-ui.git
$ cd display-ui
$ npm install
$ npm start
Visit http://localhost:8080

Before start the UI application, you must first deploy the back end server, which provier data access and save your input, file upload, etc, or you will can not use the appliction well.

Features

  • Category
  • Album
  • Photo

License

MIT

About

A front application for display personal photos with implementation of react and relative ecosystem.

License:MIT License


Languages

Language:JavaScript 96.4%Language:CSS 2.3%Language:HTML 1.3%