This project is sample rental web app showing all the neccessary workflow from car request to booking the car
You can view Demo at: view demo
- Clone/Download app from github
- locate project directory on console '/renty'
- npm install
- npm start
- View app on http://localhost:3000/
Automated test is a group Unit testing using Enzyme on all the Filter functions
Run test by writing 'npm test' on console