tanyapowell / restaurant-reviews

Side project for the Black CodHer bootcamp. All contributions are welcome ♥️
https://restaurant-reviews.vercel.app
2 stars 0 forks source link

Creating new Routes for each restaurant #22

Open hawa-bah opened 3 years ago

hawa-bah commented 3 years ago

Name of the user reporting the issue: Hawa, Emma, Tanya.

Check the type of issue you want to report

1. New feature report

- Brief description:

  1. Create a Route for each restaurant of the Json file. Inside the Route, display the name of the restaurant.
  2. This can be done by mapping through the array of restaurants and creating a and passing the name of the restaurant.

- Use cases:

It will be useful so that each time a user clicks to a restaurant, a specific page will be displayed with all the corresponding information.

- Benefits:

It makes the project progress.

- Steps to follow:

github-actions[bot] commented 3 years ago

Thank you for creating an issue in our project. We appreciate your contribution