Skip to content

Joopr8/food-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Order App

View Live

Description

This project is a food order app with a list of meals from which we can choose and add these meals to the card, change their amounts and add them multiple times and view the card with our meals.

Table of Content

Create React App.

About the project

This project is a food order app with a list of meals from which we can choose and add these meals to the card, change their amounts and add them multiple times and view the card with our meals.

Setup

npm install

# Run on http://localhost:3000
npm start

Aproach

It uses functional components with hooks and the context API, tu update the user card. Uses css modules to style the app.