Skip to content
/ nom_nom Public
forked from bbbbblddddd/nom_nom

An educational app that turns cooking into a fun activity between parent and child.

Notifications You must be signed in to change notification settings

AMG05/nom_nom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NomNom - CodeClan Capstone Project

Table of Contents
  1. About
  2. Getting Started
  3. Contact

NomNom

NomNom is a web application built with React and Java (Spring) for our group capstone project of the 16-week CodeClan Professional Software Development course. This app's aim is to engage young children in the joys of cooking with the help of a parent or guardian, while teaching children the basics of food preparation and nutrition. It allows the user to log in to save their favourite recipes, review recipes, and rate them. It was created in February/March 2023 by Delphine Dallison, Brian Dickson, Anne McGinness, and Jill Atkins.

MVP

Main Web Application

  • It should allow users the ability view all recipes, with functionality to sort and search for specific recipes
  • It should allow users to save their favourite recipes
  • It should allow users to be edit and make private comments on a recipe
  • It should allow users to delete a saved recipe

Possible Extensions

  • Log in authentication
  • Ability to rate and review recipes
  • Create a shopping list based on ingredients required for a recipe
  • Admin dashboard

Built With

  • React
  • TailwindCSS
  • Java 8.0
  • Spring

Getting Started

Prerequisites

Client

To run this app, you need to set up the client and server sides of the app:

  • Install the dependencies in the 'client' directory:

    npm install
  • Then run the client web application in development:

    npm run dev

Note: To stop the server, enter ctrl + C in your Terminal

Server

  • TODO: Add server setup

Contact

Project Link: https://github.com/bbbbblddddd/nom_nom

About

An educational app that turns cooking into a fun activity between parent and child.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.8%
  • Java 32.7%
  • CSS 11.2%
  • HTML 0.3%