All Projects → markerikson → Project Minimek

markerikson / Project Minimek

Licence: mit
A sample app to demonstrate various useful Redux techniques, accompanying the blog series at http://blog.isquaredsoftware.com/series/practical-redux

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Project Minimek

React Redux Boilerplate
It is a boilerplate of React-Redux as the infrastructure, which helps to setup a Web APP quickly
Stars: ✭ 113 (-57.52%)
Mutual labels:  tutorial, example
Your first decentralized application python
An up to date and bare minimum tutorial on deploying smart contracts with python
Stars: ✭ 132 (-50.38%)
Mutual labels:  tutorial, example
Phoenix Liveview Counter Tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.5.5 + LiveView 0.14.7 ⚡️
Stars: ✭ 115 (-56.77%)
Mutual labels:  tutorial, example
Circleci Demo Python Django
Example Django application running on CircleCI
Stars: ✭ 100 (-62.41%)
Mutual labels:  tutorial, example
Wasm By Example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Stars: ✭ 226 (-15.04%)
Mutual labels:  tutorial, example
Coroutinerecipes
Playground for Kotlin Coroutines. Basics, Channels, Flows, useful examples & comparison to RxJava.
Stars: ✭ 104 (-60.9%)
Mutual labels:  tutorial, example
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (-55.26%)
Mutual labels:  tutorial, example
Reactnativecodereuseexample
Shows how to organize your code to reuse it as much as possible between Web, iOS and Android
Stars: ✭ 41 (-84.59%)
Mutual labels:  tutorial, example
Learn To Send Email Via Google Script Html No Server
📧 An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script) perfect for static websites that need to collect data.
Stars: ✭ 2,718 (+921.8%)
Mutual labels:  tutorial, example
Learning Cmake
learning cmake
Stars: ✭ 2,524 (+848.87%)
Mutual labels:  tutorial, example
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (-62.78%)
Mutual labels:  tutorial, example
Vaporschool
Learn how to build vapor applications from rookie to champion in a constructive way!
Stars: ✭ 259 (-2.63%)
Mutual labels:  tutorial, example
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-71.43%)
Mutual labels:  tutorial, example
Deep Learning Based Ecg Annotator
Annotation of ECG signals using deep learning, tensorflow’ Keras
Stars: ✭ 110 (-58.65%)
Mutual labels:  tutorial, example
Unityraymarching
Unity Raymarching Examples
Stars: ✭ 57 (-78.57%)
Mutual labels:  tutorial, example
Annotation Processing Example
It is the example project for the annotation processing tutorial.
Stars: ✭ 116 (-56.39%)
Mutual labels:  tutorial, example
Limbobyexample
Examples for the Limbo Programming Language
Stars: ✭ 34 (-87.22%)
Mutual labels:  tutorial, example
Golang Docker Build Tutorial
A template project to create a minimal Docker image for a Go application
Stars: ✭ 36 (-86.47%)
Mutual labels:  tutorial, example
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (-30.83%)
Mutual labels:  tutorial, example
Wordpress Plugin Boilerplate Tutorial
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
Stars: ✭ 232 (-12.78%)
Mutual labels:  tutorial, example

Project Mini-Mek

A sample application to accompany the Practical Redux blog series 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

Please feel free to discuss implementation questions in both issues and pull requests! I'm happy to talk about why I did things a certain way.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].