Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benawad/react-menu-monkey-client

Frontend for a recipe box website
https://github.com/benawad/react-menu-monkey-client

feathersjs react redux redux-saga

Last synced: 10 days ago
JSON representation

Frontend for a recipe box website

Awesome Lists containing this project

README

        

# react-menu-monkey-client

This is recipe box website created using Feathersjs for the backend and React for the frontend. The website displays dishes that users can click on to find recipes and pictures. New users can create an acccount which grants them access to adding new recipes.

![Front page screenshot](http://i.imgur.com/4G6gOAL.png)

# How to run it

Start [server](https://github.com/benawad/feathersjs-menu-monkey-backend) then:

`git clone https://github.com/benawad/react-menu-monkey-client.git`

`cd react-menu-monkey-client`

`npm install`

`npm start`

# Learn how it was made

Check out the [YouTube tutorial](https://www.youtube.com/watch?v=nR0kxhbI09I).