whitepear / recipe-box

A React.js application that allows users to create recipes with an associated list of ingredients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This application is live at: https://whitepear.github.io/projects/react/recipe/app/index.html

A React.js application that allows users to create recipes with an associated list of ingredients. Recipes can be edited and deleted after creation, and are saved within the browser's local storage.

The application architecture is designed around a stateful container component which contains two nested components - one stateful Accordion component and one functional Modal component. The application is responsively-designed and styled with Sass.

About

A React.js application that allows users to create recipes with an associated list of ingredients.


Languages

Language:JavaScript 74.6%Language:CSS 21.8%Language:HTML 3.6%