https://github.com/rishn/bajajfinserv-challenge1
Frontend application for the Bajaj Finserv Health Challenge, built with React and Ant Design, processing JSON input and displaying filtered results.
https://github.com/rishn/bajajfinserv-challenge1
ant-design api-rest bajaj-finserv dynamic-rendering frontend json multi-select-dropdown reactjs render-deployment
Last synced: 6 months ago
JSON representation
Frontend application for the Bajaj Finserv Health Challenge, built with React and Ant Design, processing JSON input and displaying filtered results.
- Host: GitHub
- URL: https://github.com/rishn/bajajfinserv-challenge1
- Owner: rishn
- Created: 2024-08-25T06:50:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T07:58:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T11:44:21.134Z (over 1 year ago)
- Topics: ant-design, api-rest, bajaj-finserv, dynamic-rendering, frontend, json, multi-select-dropdown, reactjs, render-deployment
- Language: JavaScript
- Homepage: https://bajajfinserv-challenge1.onrender.com
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bajaj Finserv Health Challenge - Frontend
## Overview
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.
## Features
- **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.
## Deployment
The site is deployed on Render.
## API Endpoint
The frontend interacts with the following API endpoint:
- **POST** `/bfhl`: Process the input JSON and return the results.
## Usage
1. Enter JSON data into the text input field and click "Submit."
2. Select the desired filters from the dropdown menu.
3. View the filtered results displayed on the page.
## URL
[https://bajajfinserv-challenge1.onrender.com](https://bajajfinserv-challenge1.onrender.com)