Skip to content

petia182/drover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published