Try the application now! DEMO
- Clone this repository.
cd ems-react-test
npm install
npm start
- Open your browser to
http://localhost:3000
- And you're off!
- Tapping on a booking shows the details.
- Can edit a booking.
- Can delete a booking.
- Makes use of local storage to add, update, or delete bookings.
- Date & Time picker falls back to HTML5 inputs on mobile.