An app to simplify, organize, and empower internet recipe storage. Pull recipes from the internet, or search for recipes in the Clickapea database. Once you save a recipe to your account, you can build meal planners and shopping lists using that recipe.
git clone git@github.com:jsquarem/clickapea-react.git clickapea-react
cd clickapea-react/
npm start
cd app/
npm install
npm run build
npm start
Trello board w/ ERD and Wireframes
- Navigate to https://clickapea.herokuapp.com/
- Login to create an account
- Search for a recipe or add a recipe url
- Add recipe to a recipe book
- Add recipe to a meal planner
- Add recipe to a cart
- Import recipes from other sites
- Recipe data is downloaded and parsed, cleaned, and displayed
- 100s of sites work with the import
- Alternatively you can search the existing database of recipes
- When you find a recipe you like, you can add it to a recipebook, which will save that recipe to your account.
- You can add recipes in your account to the meal planner and/or generate a shopping list of ingredients for selected recipes
- Node.js
- React.js
- Spoonacular API
- Express
- Bootstrap
- MongoDB with mongoose



