This is the frontend application for the Bajaj Finserv Health Challenge. The app is built with React and uses Ant Design for UI components. It communicates with the backend API to process JSON input and display results.
- Text Input Field: Accepts JSON data and validates format on submission.
- Multi-Select Dropdown: Allows filtering of results based on selected options.
- Dynamic Rendering: Displays filtered results based on user selection.
- Title: The browser tab title is set to your roll number.
The site is deployed on Render.
The frontend interacts with the following API endpoint:
- POST
/bfhl
: Process the input JSON and return the results.
- Enter JSON data into the text input field and click "Submit."
- Select the desired filters from the dropdown menu.
- View the filtered results displayed on the page.