This is the source code for Deliwer, a local delivery-management platform. The application was bootstrapped using React. The application makes use of Tailwind CSS, which is a utility-first CSS framework.
-
Install the latest version of Node.js Node.js LTS release (To ensure full compatibility, it is recommended to use Node Version v14.xx)
-
Recommended Editors
- Clone or Download this repository.
- Open it up in VSCode.
- Move to the root folder - deliwer. Make sure this folder contains package.json file.
- Open the terminal once you're in the root folder.
- Run
npm i
to install all the dependencies. - Run
npm run start
to run the application. This should start the project - Once this is done, the site should open up in your default browser.
-
Mayur Mule
- Setup Navigation Bar.
- Bid Page Component.
- reusable-controls - button, dropdown-input.
- Search and filtering functionality throught the site.
- Mock Data Generation.
- Final Styling Improvements.
-
Aakash Jain
- Delivery Status Component.
- Drivers Component.
- reusable-controls - search-box, toggle-inputs.
- Prompts - Field validation and form submit.
- Mock Data Generation.
- Testing and Debugging.
-
Vedant Maheshwari
- Initial Project Setup.
- Dashboard Component.
- Home Page Component.
- reusable-controls - radio-input, text-input.
- Mock Data Generation.
- Web Hosting.