Skip to content

frankbearzou/recipe-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Box

This project was bootstrapped with Create React App.

Checking live demo at https://frankbearzou.github.io/recipe-box/.

Below you will find some information on how to perform common tasks.

User Stories

  • I can create recipes that have names and ingredients.
  • I can see an index view where the names of all the recipes are visible.
  • I can click into any of those recipes to view it.
  • I can edit these recipes.
  • I can delete these recipes.
  • All new recipes I add are saved in my browser's local storage. If I refresh the page, these recipes will still be there.

Installation Instructions

  1. clone this repository and enter to the cloned directory:

    git clone https://github.com/frankbearzou/recipe-box.git
    cd recipe-box
  2. install the depend npm packages:

    npm install

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.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

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!

See the section about deployment for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published