Atlavik Frontend App


Live Demo

https://atlavik.herokuapp.com

Travis Badge

Build Status

Code Climate

  • Maintainability Badge Maintainability

  • Test Coverage Badge Test Coverage

Setting up the app in development mode

In the root of the app:

  • npm install

  • npm run start

  • Before access the url make sure your backend app is running on port 5000

  • http://localhost:3000

Features

  • Single Search

  • -> search by name

  • -> search by city

  • -> search by price range

  • -> search by date range (exact date range search)

  • MultiSearch

  • -> Search with any criteria

  • Search button will fetch the filtered data

  • Sorting

  • -> sort by name

  • -> sort by price

  • Reset

  • Will only fetch the latest records