Skip to content

pndemo/yummy-recipes-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yummy Recipes App

Badge Badge Badge

About Yummy Recipes App

This app enables you to access Yummy Recipes resources, a platform for users to keep track of their awesome recipes and share with others if they so wish. The App functionalities include: creation of new user accounts, user login, password reset, creation of new recipe categories, viewing of recipe categories, updating of recipe categories, deletion of recipe categories, creation of new recipes, viewing of recipes, updating of recipes and deletion of recipes.

Installation

  1. Install and clone Yummy Recipes API from GitHub to your local machine as explained at:
  2. https://github.com/pndemo/yummy-recipes-api

  3. Install a package manager:
  4. npm or yarn

  5. Clone Yummy Recipes React App from GitHub to your local machine.
  6. $ git clone https://github.com/pndemo/yummy-recipes-react.git

  7. Change directory to yummy-recipes-react
  8. $ cd yummy-recipes-react

Installing dependancies

  • For npm
$ npm install
  • For
$ yarn install

Running Application

  • For npm
$ npm start
  • For yarn
$ yarn start

Running Tests

  • For npm
$ npm test
  • For yarn
$ yarn test

Checking Test Coverage

- For npm
$ npm test --coverage
  • For yarn
$ yarn test --coverage

About

This app enables you to access Yummy Recipes resources, a platform for users to keep track of their awesome recipes and share with others if they so wish.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors