bldg14 / eventual

A simple event calendar
https://eventual-client.fly.dev
MIT License
0 stars 0 forks source link

Create the main events container #29

Closed eduenez33 closed 1 year ago

eduenez33 commented 1 year ago

Issue Description

Using react-bootstrap, create a container that will hold all of the created events

We are just trying to get a basic layout of how the front page will look.

Supporting Documentation

No response

Implementation Details

react-bootstrap has a Container component that can imported and used within App.tsx

Acceptance Criteria

There should be a single container with mock events in an unordered list. The design shouldn't be too complex but rather simple.