This is an app that I created during the time as students at Code Chrysalis.
https://book-dinner-project.firebaseapp.com/about
Login
Request
Calendar
UCHI SHOKU aims to make the communication easier between an eater and a cooker at home. The eater can request what he/she wants to eat for the dinner while the cooker can know what kind of ingredients are needed for requests. Basically, the cooker has the right to decide which request to accept.
-
Install all dependencies
$ yarn/npm install
-
Run the app locally
$ yarn/npm run serve
-
Checkout
http://localhost:8080
on your browser :D
Currently the app is in an early stage and it's functionality is still limited.
Users can:
-
Register an account (either as an eater or cooker)
-
Login
-
Check accepted requests on the calendar
Eater
- Send a request
- Edit a request
- Delete a request
Cooker
- Send a request
- Edit a request
- Delete a request
- Accept a request
- Group Authentication
- Importing recipes from external APIs