An open API service indexing awesome lists of open source software.

https://github.com/joyytoo/yummyrecipes-reactjs

A yummy recipes reactJS Application that helps you keep track of your recipes.
https://github.com/joyytoo/yummyrecipes-reactjs

axios enzyme-testing es6 jest-snapshots react-js yummy-recipes

Last synced: 29 days ago
JSON representation

A yummy recipes reactJS Application that helps you keep track of your recipes.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/JoyyToo/YummyRecipes-ReactJS.svg?branch=master)](https://travis-ci.org/JoyyToo/YummyRecipes-ReactJS)
[![Coverage Status](https://coveralls.io/repos/github/JoyyToo/YummyRecipes-ReactJS/badge.svg?branch=master)](https://coveralls.io/github/JoyyToo/YummyRecipes-ReactJS?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ca3832209c0d42729582f2d621b58af0)](https://www.codacy.com/app/JoyyToo/YummyRecipes-ReactJS?utm_source=github.com&utm_medium=referral&utm_content=JoyyToo/YummyRecipes-ReactJS&utm_campaign=Badge_Grade)

# 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
```

# Screenshots
## Landing Page
screen shot 2018-03-10 at 13 02 56

## Log in
login

## Categories

screen shot 2018-03-10 at 13 02 26

## Heroku Link

- https://yummyrecipesreact.herokuapp.com/