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.
- Host: GitHub
- URL: https://github.com/joyytoo/yummyrecipes-reactjs
- Owner: JoyyToo
- Created: 2018-01-22T16:44:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T16:19:42.000Z (about 7 years ago)
- Last Synced: 2025-02-04T15:48:06.142Z (3 months ago)
- Topics: axios, enzyme-testing, es6, jest-snapshots, react-js, yummy-recipes
- Language: JavaScript
- Homepage: https://yummyrecipesreact.herokuapp.com/
- Size: 22.1 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/JoyyToo/YummyRecipes-ReactJS)
[](https://coveralls.io/github/JoyyToo/YummyRecipes-ReactJS?branch=master)
[](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## Log in
## Categories
## Heroku Link
- https://yummyrecipesreact.herokuapp.com/