diegogriep / vehicle-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle APP

The tools were used on this project:

  • NextJS
  • React testing library
  • ESLint
  • Prettier
  • Git hooks (husky, lint-staged)
  • Jest
  • Styled-components
  • styled-media-query (responsive purpose)

Features

  • List vehicles.
  • Get details about the vehicle.
  • Filter by Make, Model, a Starting Bid range, and/or show only a user’s “favourite” vehicles.
  • Sort by Make, Starting Bid, milage and auction date.
  • Favourite or un-favourite a vehicle.
  • Vehicle list paginated with the option to select the number of vehicles per page.

Works perfectly on different device sizes.

Getting Started

APP

yarn dev

Open http://localhost:3000 with your browser to see the result.

Test

yarn test

About


Languages

Language:TypeScript 97.5%Language:JavaScript 2.4%Language:Shell 0.1%