Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bntzio/catch-of-the-day
A seafood restaurant management system app built w/react 🐟
https://github.com/bntzio/catch-of-the-day
css gulp html javascript jsx react
Last synced: about 3 hours ago
JSON representation
A seafood restaurant management system app built w/react 🐟
- Host: GitHub
- URL: https://github.com/bntzio/catch-of-the-day
- Owner: bntzio
- Created: 2016-02-13T20:47:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T16:18:57.000Z (over 8 years ago)
- Last Synced: 2024-04-13T03:21:53.320Z (7 months ago)
- Topics: css, gulp, html, javascript, jsx, react
- Language: CSS
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Catch of the Day!
=================![Catch of the Day](http://i.imgur.com/ghzfvKv.png?1)
**Catch of the Day!** is a React SPA *(Single-Page-Application)* for a seafood restaurant acting as a management system for the orders. The project were built by me during the [React for Beginners](https://reactforbeginners.com) course.
**How to install?**
`npm install`
**How to run?**
`gulp`
**Additional things to do:**
* Improve the component's lifecycle (mounting, updating, unmounting)
* Do not let unauth users add orders, just let them see the current orders (read-only access to the Order component)
* Let owners remove one order at a time (order-=1) instead of all the orders at once
* Let owners specify a quantity of available fishes, and when there's no more immediately set the fish as "Sold Out!"
* See available stores in the index below the store selection
* Refactor more code (modularity) and improve it when needed
* Comment more code snippets for better comprehension of what's going on (for educational purposes)*Pull request friendly :)*
Project created by [@bntzio](https://twitter.com/bntzio) in the [React for Beginners](https://reactforbeginners.com) course by [@wesbos](https://twitter.com/wesbos)