User Story
As a dev, I want reusable, flexible components to use while building BRANCH
Description
This ticket is to implement the dropdown and text input fields components from our component library
Acceptance Criteria
- Create the
components folder in frontend/src/app if it does not exist
- Implement the dropdown selector component
- Implement the text input field component
- Write jest tests for your components (.test.tsx)
- Verify your component matches the figma (can test by putting it on home page) and is flexible
Note: We will use typescript