Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benawad/react-menu-monkey-client
- Owner: benawad
- Created: 2016-11-27T20:40:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T09:55:41.000Z (over 2 years ago)
- Last Synced: 2024-10-10T08:11:47.708Z (28 days ago)
- Topics: feathersjs, react, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 63
- Watchers: 7
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).