Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 818 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 818 Bytes

Mealy

Is a web application that helps you have the right meal by giving you meal suggestion based on users input

What users can do:

  • Every user has to add his/her favorite meals and allow the application to suggest the one to take
  • Every user can remove meal

What Mealy can do:

  • It helps you have the right meal by giving you meal suggestion from the time of day
  • It displays time in 12 hours format
  • It enables you add/remove meals

What Mealy can not do:

  • It can't add meals on it's own
  • It can't suggest meals when nothing is added

Install dependencies with:

npm install

or

yarn install

Run with:

npm run dev-server

or

yarn run dev-server