Courier Pickup is a web application where users can request courier pickups and manage their requests. It is built using HTML, JavaScript, JS DOM, and Tailwind CSS, and developed with Vite.
https://san1234100.github.io/courier-pickup-form/
- Clone the repository:
git clone https://github.com/san1234100/courier-pickup-form.git
- Navigate into the project directory:
cd courier-pickup-form
- Install dependencies using npm or yarn:
npm install
- Start the development server:
npm run dev
Once the application is running, users can:
- Submit courier pickup requests.
- Delete previously submitted requests.
- Submit courier pickup requests with details such as pickup location, delivery address, package details, etc.
- View a list of submitted requests.
- Delete requests from the list.