Giter VIP home page Giter VIP logo

coaxs-react's Introduction

Build Status

Getting started

npm install
npm start

Then open your http://localhost:3000/ to see the app.

Files structure

src
├── Data
│   ├── LoadData.js
│   ├── corridors.json
│   ├── lines.geojson
│   ├── priority.geojson
│   ├── proposed.geojson
│   ├── routes.geojson
│   ├── scenario
│   │   ├── A.json
│   │   ├── B.json
│   │   ├── BaseCombined.json
│   │   ├── C.json
│   │   ├── D.json
│   │   ├── E.json
│   │   └── UpCombined.json
│   ├── stations.geojson
│   ├── stops.geojson
│   └── trunks.geojson
├── components
│   ├── Bottom
│   │   ├── Bottom.css
│   │   ├── RightMainPanel.js
│   │   ├── Common
│   │   │   └── Slider
│   │   │       ├── Slider.css
│   │   │       └── Slider.js
│   │   ├── RouteSelector
│   │   │   ├── RouteSelector.css
│   │   │   └── ScenarioEditor.js
│   │   ├── RouteTable
│   │   │   ├── RouteTable.css
│   │   │   └── RouteTable.js
│   │   ├── Scenario
│   │   │   ├── Scenario.css
│   │   │   └── Scenario.js
│   │   ├── ServiceEditor
│   │   │   ├── ServiceEditor.css
│   │   │   └── ServiceEditor.js
│   │   └── TimeFilter
│   │       ├── TimeFilter.css
│   │       └── TimeFilter.js
│   ├── IntroModal.js
│   ├── Map
│   │   ├── RouteMap
│   │   │   ├── RouteMap.css
│   │   │   └── RouteMap.js
│   │   └── ScenarioMap
│   │       ├── ScenarioMap.css
│   │       ├── ScenarioMap.js
│   │       ├── lib
│   │       │   ├── index.css
│   │       │   ├── index.js
│   │       │   └── transitive-layer.js
│   │       └── transitive-layer.js
│   ├── NotFound.js
│   └── TopleftPanel
│       ├── TopleftPanel.css
│       └── PreSurveyAccess.js
├── config.js
├── img
│   ├── alignment.jpg
│   ├── dwelltime.png
│   ├── frequency.png
│   ├── logo.svg
│   ├── marker-flag-end-shadowed.png
│   ├── marker-flag-shadow.png
│   ├── marker-flag-start-shadowed.png
│   ├── mfc_qr.png
│   ├── phil
│   │   ├── brt_black_yellow.svg
│   │   ├── heart.svg
│   │   ├── home_icon.svg
│   │   ├── platform_black_yellow.svg
│   │   ├── pole_black_yellow.svg
│   │   └── shopping_cart.svg
│   ├── runningtime.png
│   ├── start.png
│   ├── stop.png
│   ├── stop0.png
│   ├── stop1.png
│   ├── stop2.png
│   ├── stops
│   │   ├── 0.png
│   │   ├── 1.png
│   │   └── 2.png
│   ├── userHeart.png
│   ├── userHome.png
│   └── userShop.png
├── index.js
├── reducers
│   ├── action.js
│   └── index.js
├── router.js
├── sagas
│   └── index.js
├── store.js
└── style
    └── main.css

coaxs-react's People

Contributors

xin-zheng avatar

Watchers

James Cloos avatar Jonathan H Leape avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.