Skip to content

As a buyer, I want to see all the restaurants available, so that I can pick one to see its menu #1

@StanleySathler

Description

@StanleySathler

Story

As a buyer,
I want to see all the restaurants available,
So that I can pick on to see its menu.

Acceptance criteria

  • Given the main page, when rendered, then all the restaurants available should be listed.
  • Given a restaurant card, when rendered, then should show restaurant's name, rate, food type, delivery time and delivery tax.
  • Given a restaurant card, when clicked, then a new page should be opened.

Description

This is the app's main page, where everything starts. For now, all we need is to show all the restaurants available in our "database".

Remember: our "database" will, initially, be static data. It can come from a static JSON data or even be a static array in any of our JavaScript files. Let's start simple.

Screen Shot 2019-05-30 at 9 37 39 PM

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions