/renty

A car rental sample app built with React.js and Redux for state management

Primary LanguageCSS

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