Skip to content

This is an app that helps you with your weekly meal planning and enables you to view the meal schedule.

Notifications You must be signed in to change notification settings

muzhaqi16/meal-planner-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal Planner App!

This is an app that helps you with your weekly meal planning and enables you to view the meal schedule.

Demo

Screenshots

Landing Page:

landing page

Weekly Planning Page:

planner

Mobile View Page:

mobile planner

Login Page:

login

Logging In

You can register for an account or use test and Test123! as username and password

Set up

Complete the following steps to start a new project (NEW-PROJECT-NAME):

  1. Clone this repository to your local machine git clone https://github.com/muzhaqi16/sous-chef-client.git NEW-PROJECTS-NAME
  2. cd into the cloned repository
  3. Make a fresh start of the git history for this project with rm -rf .git && git init
  4. Install the node dependencies npm install
  5. Move the example Environment file to .env that will be ignored by git and read by the express server mv example.env .env
  6. Edit the contents of the package.json to use NEW-PROJECT-NAME instead of `"name": "sous-chef",

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

This is an app that helps you with your weekly meal planning and enables you to view the meal schedule.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published