SkillAgentSearch skills...

MonkeyChef

A meal planner and recipe management web application. Allowing the user to efficiently plan their weekly meals.

Install / Use

/learn @Marshall3c03/MonkeyChef
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Monkey Chef

About

<table> <td> <tr> A web app built using Javascript, communicating with a MongoDB database through express. The front-end is displayed using React. </tr> <tr> The app allows the user to manage their recipes and meal planner. The user has full CRUD methods on the recipes, and they can assign them to a weekly meal planner, where they can also be managed. The app automatically updates a shopping list, sourcing the ingredients from the recipes in the planner, and consilidates it to avoid multiples of the same item.<br> Other functions include search and filters for easier recipe management. </tr> </td> </table>

Site

Homepage

Add Recipe

Recipe Page

Recipe Book

Planner

Shopping List

How to Run


Client:

To get the application running you must install all the dependencies:

npm install

Start the application in development mode. running this command will open ( http://localhost:3000 ) in a browser to view the application:

npm start

Server:

To get the application running you must install all the dependencies:

npm install

Then seed the database and run the server:

npm run seeds

npm run server:dev

Built with

  • [JavaScript]
  • [React]
  • [MongoDB]
  • [Express]

Team

Anita Safar

Craig Marshall

Ina Kurlovich

Ross Napier

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1mo ago
Forks6

Languages

JavaScript

Security Score

75/100

Audited on Feb 10, 2026

No findings