CodeYourFuture / CodeYourFuture/React-Module-Project

Feature SearchResults

Ouverte
#6 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
🏕 Priority Mandatory 🐋 Size X-Large 📅 Week 1 🧩 Feature
Langage dominant
JavaScript
Étoiles
1
Forks
28
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

## Create a table to show hotel bookings

**Instructions:** Create a `` component that shows hotel bookings in a `` element. Each booking will have an `id`, `title`, `first name`, `surname`, `email`, `room id`, `check in date` and `check out date`. You can make up data in the `` component to show in the table. Then show `` component within the `` component that is provided. Be sure to split out your components into small well-named components.

**Hint:** Look in the `` component for how to import data from a JSON file.

## AS A TEAM

This ticket is too large. Break down this ticket into smaller, well named components, just like we did with Search and SearchButton, Card and Deck, App and AppHeader.

Write your tickets and share them out. You should try to pair on this larger feature as much as you can. Use class time if you can.

**Hint:** You will find some useful `` examples in the [Bootstrap documentation for tables](https://getbootstrap.com/docs/4.2/content/tables/#examples).

**Test:**

- [ ] A table should render with a column for each booking attribute.
- [ ] The table can show more than one booking.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.