Skip to content
forked from vedda121/deliwer

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.

Notifications You must be signed in to change notification settings

mayur1711/deliwer

 
 

Repository files navigation

Deliwer

About

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.

Prerequisites

  1. Install the latest version of Node.js Node.js LTS release (To ensure full compatibility, it is recommended to use Node Version v14.xx)

  2. Recommended Editors

How to run this application locally

  1. Clone or Download this repository.
  2. Open it up in VSCode.
  3. Move to the root folder - deliwer. Make sure this folder contains package.json file.
  4. Open the terminal once you're in the root folder.
  5. Run npm i to install all the dependencies.
  6. Run npm run start to run the application. This should start the project
  7. Once this is done, the site should open up in your default browser.

Video Demo

Link to Demo

Contributions

  • Mayur Mule

    1. Setup Navigation Bar.
    2. Bid Page Component.
    3. reusable-controls - button, dropdown-input.
    4. Search and filtering functionality throught the site.
    5. Mock Data Generation.
    6. Final Styling Improvements.
  • Aakash Jain

    1. Delivery Status Component.
    2. Drivers Component.
    3. reusable-controls - search-box, toggle-inputs.
    4. Prompts - Field validation and form submit.
    5. Mock Data Generation.
    6. Testing and Debugging.
  • Vedant Maheshwari

    1. Initial Project Setup.
    2. Dashboard Component.
    3. Home Page Component.
    4. reusable-controls - radio-input, text-input.
    5. Mock Data Generation.
    6. Web Hosting.

Documentation

References

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • CSS 4.7%
  • HTML 2.8%