This application provides customers with delivery route information.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
You might need NodeJs >= v6 installed
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles App in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
- Enhance the code coverage on unit tests
- Ehnance user input validations
- Enahance UI/UX
- This project was bootstrapped with Create React App. So followed the default application folder structure.
- Since the application is simple, I tried to keep the things simple as possible. I didn't use any external libraries other than react and it's related dependancies.