Skip to content

A set of React components and Redux reducers to explore testing with Mocha/Chai

Notifications You must be signed in to change notification settings

SimpliciTea/recipio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipio

This is a small project to practice React/Redux, and demonstrate fundamental understanding of the component/flux paradigm. It is the beginnings of a recipe management app. Currently you can:

  • edit recipes
    • either cancel or commit pending changes
  • edit ingredients and steps (double-click a step/ingredient while editing it's recipe)
    • either cancel or commit pending changes
  • add and remove ingredients and steps

it is a work in progress! :)

install: npm install

run dev server: webpack-dev-server

About

A set of React components and Redux reducers to explore testing with Mocha/Chai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published