A GUI for the https://spacetraders.io game built with React.
The web app is at an early stage at the moment. Some basic functionality is still missing.
Huge code refactorings are planned, too. I'm currently trying to implement basic features as fast as possible and refine them later.
Demo: https://erebos.kaishi.de
- clone the repo
- run
yarn install
ornpm install
- run
yarn build
ornpm run build
or runyarn start
ornpm start
for development purposes - deploy the web app or run it locally (localhost:3000)
- Login
- Registration
- simple dashboard with account data and ships in possession
- show available loans
- take loan
- show available ships
- purchase ships
- show system information with all locations
- purchase goods
- sell goods
- show flight plans on dashboard
- cache marketplaces
- reload user data when goods are purchased/sold
- choose a ship and prepare a flight plan
- execute flight plan and visualize it
- add loading indicators to several components
- refactor page components code