Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 620 Bytes

This project is sample rental web app showing all the neccessary workflow from car request to booking the car

Getting started

You can view Demo at: view demo

Run Project Locally

  • Clone/Download app from github
  • locate project directory on console '/renty'
  • npm install
  • npm start
  • View app on http://localhost:3000/

Automated Test

Automated test is a group Unit testing using Enzyme on all the Filter functions
Run test by writing 'npm test' on console