Skip to content

Latest commit

 

History

History

star-food

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

RoofStacks Logo

Star Food

Table of Contents

Summary

Imagine that you have a star food restaurant order tracking system. It contains order listing and order registration pages.

Details

  • In the registration form, you must check the name, contact, and at least one meal (meal and quantity are mandatory for the sub-form).
  • You can read the list statically, you must add each added record to this list with the newest at the top.
  • All pages should support responsive design.
  • You could use firebase emulator and firestore to persist and read all data.
  • You need to stick to Figma Designs
  • You could write unit tests and e2e tests

Solution

Design a system that contains all rules in the details and please make a readme file to explain your solution. You could also draw diagrams and flow charts. You could use any software language, platform, tool, library, or framework except those specified as required in the details section. Please push your solution to GitHub and share the related URL with us.