CodeYourFuture / CodeYourFuture/React-Module-Project

Feature SearchResults

オープン
#6 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
🏕 Priority Mandatory 🐋 Size X-Large 📅 Week 1 🧩 Feature
主要言語
JavaScript
スター
1
フォーク
28
PR マージ指標
30日以内にマージされた PR はありません

説明

## 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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。