https://github.com/markerikson/project-minimek-educative
A sample app to demonstrate various useful Redux techniques, accompanying the "Practical Redux" course on Educative.io
https://github.com/markerikson/project-minimek-educative
Last synced: 11 months ago
JSON representation
A sample app to demonstrate various useful Redux techniques, accompanying the "Practical Redux" course on Educative.io
- Host: GitHub
- URL: https://github.com/markerikson/project-minimek-educative
- Owner: markerikson
- License: mit
- Created: 2017-11-16T03:17:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T16:42:33.000Z (over 8 years ago)
- Last Synced: 2025-04-30T22:33:37.108Z (about 1 year ago)
- Language: JavaScript
- Size: 28.2 MB
- Stars: 28
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Project Mini-Mek: Educative Course Edition
A sample application to accompany the **Practical Redux** Educative course by Mark Erikson, demonstrating various useful Redux techniques.
This is a miniature version of the [MekHQ](https://www.megamek.org/mekhq) Battletech campaign force manager tool. The tentative list of planned features includes:
- Load JSON data describing the pilots and Battlemechs in a combat force
- For both pilots and Battlemechs:
- Show a list of all items
- Allow selection of an item in the list, and show details of the selected item
- Edit the details for a pilot
- Organize the pilots and their mechs into "lances" of four mechs, and the "lances" into a "company" of three lances.
- Add and remove pilots and mechs from the force
- Save the force back out to JSON