bldg14 / eventual

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

Landing page #3

Closed kevinfalting closed 11 months ago

kevinfalting commented 1 year ago

Create the react components for the landing page. Since there isn't a backend to hit, you'll need to stub your own data.

Expect the data being returned to be unsorted.

Some form of:

[
  {
    "title": "string",
   "start_at": "timestamp",
   "end_at": "timestamp",
   "description": "string",
   "url": "string",
  },
  ...
]
kevinfalting commented 1 year ago

Some components identified:

kevinfalting commented 1 year ago

related: https://github.com/bldg14/eventual/issues/6