### Task: Create the front-end components and pages for members, projects, and events #### Members - [x] Create a members list page - [x] Fetch and display a list of all members - [ ] Include a link to add a new member - [x] Create a member detail page - [x] Fetch and display details of a single member - [x] Include options to edit and delete the member - [x] Create a member form component for creating and editing members - [ ] Implement form fields for first name, last name, email, role, and join date - [x] Handle form submission for creating and updating members #### Projects - [ ] Create a projects list page - [ ] Fetch and display a list of all projects - [ ] Include a link to add a new project - [ ] Create a project detail page - [ ] Fetch and display details of a single project - [ ] Include options to edit and delete the project - [ ] Create a project form component for creating and editing projects - [ ] Implement form fields for title, description, start date, end date, and members - [ ] Handle form submission for creating and updating projects #### Events - [ ] Create an events list page - [ ] Fetch and display a list of all events - [ ] Include a link to add a new event - [ ] Create an event detail page - [ ] Fetch and display details of a single event - [ ] Include options to edit and delete the event - [ ] Create an event form component for creating and editing events - [ ] Implement form fields for name, date, location, and description - [ ] Handle form submission for creating and updating events Part of [#4 ](https://github.com/ricky-ultimate/stemdb/issues/4)
Task: Create the front-end components and pages for members, projects, and events
Members
Projects
Events
Part of #4