feesh / dovebox

UI for dove patrol
0 stars 0 forks source link

🐥📦 DoveBox

A patrol dashboard using React, Redux, and Sass. This demo monitors a flock of Doves and interacts with the MCUI test API over here.

View DoveBox online. 👀

Screenshot of demo

👉 Get started

Testing this out locally? Start here to get set up:

  1. Download or clone the server repo.
  2. Download or clone this repo.
  3. Install dependencies. Run npm install.
  4. Start the API server with npm start.
  5. Start the DoveBox dashboard, run npm start.
  6. Open your browser to http://localhost:3333/.
  7. To build for distribution, run npm build. Files will be packaged to the /dist folder.

🌟 Features

🚀 Future upgrades

Although this was a fun project to start on, given the time constraints there are definitely additional potential features I'd love to continue implementing, including:

🖥 Technologies used