Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weffe/titan-rover-ui-2017
Titan Rover UI - 2017
https://github.com/weffe/titan-rover-ui-2017
c3js leaflet react react-router socket-io
Last synced: 14 days ago
JSON representation
Titan Rover UI - 2017
- Host: GitHub
- URL: https://github.com/weffe/titan-rover-ui-2017
- Owner: Weffe
- Created: 2016-10-17T05:17:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T21:19:19.000Z (over 7 years ago)
- Last Synced: 2023-03-03T00:33:24.762Z (almost 2 years ago)
- Topics: c3js, leaflet, react, react-router, socket-io
- Language: HTML
- Homepage: https://weffe.github.io/titan-rover-ui-2017/
- Size: 2.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titan Rover UI - 2017
#### Online Working Demo: [https://weffe.github.io/titan-rover-ui-2017/](https://weffe.github.io/titan-rover-ui-2017/)
Welcome to the UI used by the Titan Rover team for the 2017 University Rover Challenge. This was my first attempt at creating
a web application using React. The main purpose for our UI was for it to be a real-time data driven application and we accomplished that
by using socket.io!Some things that I have learned from this project is that I need a better file structure. Granted that this was my first attempt at
building a web app and also my first time working with React so its painfully obvious the decisions I made are not the best. I plan to
take what I have learned and re-write the 2018 UI with better everything: better file organization, better smart vs dumb component separation,
use of Higher Order Components, etc.Things Used:
- socket.io
- react-router
- leaflet
- c3.js
- ant design component library\- Weffe