Skip to content

A sample app to demonstrate various useful Redux techniques, accompanying the "Practical Redux" course on Educative.io

License

Notifications You must be signed in to change notification settings

WAOSuper/project-minimek-educative

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

A sample app to demonstrate various useful Redux techniques, accompanying the "Practical Redux" course on Educative.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • HTML 1.9%
  • CSS 0.1%