Yummy Recipes React
Yummy Recipes application using react library that allows a user do the following:
- Register, login, reset password and logout.
- Create, update, view and delete a category.
- Create, update, view and delete a recipe.
Testing the Application
$ git clone https://github.com/JoyyToo/YummyRecipes-ReactJS.git
$ cd yummyrecipes-react
Installing Dependencies
$ npm install
Start the Server
Start the server which listens at port 3000 by running the following command:
npm start
Running Tests
npm test
Test Coverage
npm test -- --coverage