This exercise is mainly about styling, semantic/accessible JSX, and React basics. Your task is to create the design in the design1.png file in App.js
- Must create and use a reusable dropdown component using React functional components and hooks where necessary.
- Use the options
groupOptions
for the first dropdown, andsingerOptions
for the second dropdown. Note: as shown in the design, the first item in the second must read "-Select an option-" and cannot be selectable. - Match the styling and placement of the design. Font is Roboto.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.