Drover challenge Requirements: Setup an app that calls our API to get vehicles for one vehicle type Display vehicles in a list/table to the user with relevant data (eg: make, model, year, colour, price) Add all fields able to search by for one vehicle type (I've added Location, Vehicle Make, Gearbox, Year, Fuel Type, Body Type) Search can search for both types of vehicles (Consumer & Private-Hire aka PCO) Add functionality for pagination Add google autocomplete to the location in the search filter Fully responsive Styling as close as possible to the live site https://www.joindrover.com/cars/search Live app: https://drover.netlify.com Run the project: Install dependencies $ npm install Start the development server: $ npm start