Tech Stack This project was bootstrapped with Create React App. Client side routing: react-router-dom State management: redux Side-effect (API async actions) handling: redux-thunk DatePicker component: react-datepicker and Moment DevTools: redux-logger, redux-devtools-extension Getting Started cd to the test directory run: yarn or npm install run php server for the API: php -S localhost:8000 run node app: yarn start open browser and go to http://localhost:3000