Step 01: In Actions :: add exam or vehicle or model name in short or any other name you want in the Actions. Step 02: In Services :: add search option with if else condition in that with BASE_url. Step 03: Changes at the front end Page : A: handleOnChange B: handleSubmit C: Add Search Form Step 04: Add Search Method with If else Condition in Index Section. .................................................................................................................................................. Step 01: Index.js Page : Add Dynamic Search Method in Front End - React A:::::::::::::::::::::: Add Import Methods ::::::::::::: import { ListGroup, ListGroupItem, Nav, Navbar, NavItem, NavLink, Popover, PopoverBody, } from 'reactstrap'; import { Form, FormFeedback, FormGroup, FormText, Input, Label, } from "reactstrap"; B::::::::::::::::::::: Define The State :::::::::...