{"id":25216429,"url":"https://github.com/ashimkayal4/parcel-management-client-side","last_synced_at":"2026-04-10T02:17:23.604Z","repository":{"id":275925784,"uuid":"927551588","full_name":"Ashimkayal4/parcel-management-client-side","owner":"Ashimkayal4","description":"A parcel management system .The application support multiple users role.","archived":false,"fork":false,"pushed_at":"2025-02-19T07:42:44.000Z","size":2296,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T09:15:29.353Z","etag":null,"topics":["daisyui","expressjs","firebase","jwt-authentication","mongodb","nodejs","react-apexcharts","react-router","reactjs","stripe","tailwindcss"],"latest_commit_sha":null,"homepage":"https://assignment-twelve-16476.web.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ashimkayal4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-05T06:25:58.000Z","updated_at":"2025-02-19T07:42:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"b423af54-c388-4b13-8963-5abb9bedb563","html_url":"https://github.com/Ashimkayal4/parcel-management-client-side","commit_stats":null,"previous_names":["ashimkayal4/parcel-management-client-side"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ashimkayal4/parcel-management-client-side","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashimkayal4%2Fparcel-management-client-side","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashimkayal4%2Fparcel-management-client-side/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashimkayal4%2Fparcel-management-client-side/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashimkayal4%2Fparcel-management-client-side/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ashimkayal4","download_url":"https://codeload.github.com/Ashimkayal4/parcel-management-client-side/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ashimkayal4%2Fparcel-management-client-side/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265156534,"owners_count":23719736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daisyui","expressjs","firebase","jwt-authentication","mongodb","nodejs","react-apexcharts","react-router","reactjs","stripe","tailwindcss"],"created_at":"2025-02-10T19:18:05.193Z","updated_at":"2026-04-10T02:17:23.557Z","avatar_url":"https://github.com/Ashimkayal4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DropZone\n\n## Overview\n\nParcel Delivery System is a robust web application designed to manage the parcel booking and delivery process. The application supports multiple user roles, including regular users, delivery men, and admins, with features that allow users to book parcels, track deliveries, and leave reviews. Admins can manage all users, parcels, and delivery men through an intuitive dashboard, while delivery men can manage and track their assigned parcels.\n\n \u003cp\u003e\u003cimg src=\"https://i.ibb.co.com/DgRLrNL1/Screenshot-124.png\"/\u003e\u003c/p\u003e\n\n## Features\n\n- **User Authentication**: Register and log in using email and password or social login (default user type: User).\n- **Parcel Booking**: Users can book parcels, with prices calculated based on parcel weight.\n- **Parcel Management**: Users can view their booked parcels, update them, cancel them, or leave a review if delivered.\n- **Delivery Men Dashboard**: Delivery men can view and manage their assigned parcels, update status, and view reviews.\n- **Admin Dashboard**: Admins can manage all parcels, users, delivery men, and see app usage statistics via charts.\n- **Statistics \u0026 Charts**: Admin dashboard displays app usage through bar and line charts.\n- **Location Tracking**: View parcel delivery locations on a map.\n- **Stripe Integration**: Users can pay for parcels via Stripe, with a confetti explosion on successful payments.\n- **Light/Dark Mode**: Toggle between light and dark themes.\n- **JWT Authentication**: Secure authentication for protected routes.\n- **Responsive Design**: Fully responsive, works seamlessly on all devices.\n- **Social Login**: Use Google login for fast registration and login.\n\n- **Live side URL**: https://assignment-twelve-16476.web.app/\n\n## Technologies Used\n\n- **Frontend**: React, Tailwind CSS, DaisyUI, React Router, React Hook Forms\n- **Backend**: Node.js, Express\n- **Database**: MongoDB\n- **Authentication**: JWT, Firebase (for storing profile images)\n- **Payment System**: Stripe\n- **Charts**: React Apex Charts\n- **Maps**: React MapGL or React Leaflet\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/Ashimkayal4/parcel-management-client-side.git\n```\n\nGo to the project directory\n\n```bash\n  cd parcel-management-client-side\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n## Environment Variables\nTo run this project, you will need to add the following environment variables to your .env file\n- **VITE_apiKey**\n- **VITE_authDomain**\n- **VITE_projectId**\n- **VITE_storageBucket**\n- **VITE_messagingSenderId**\n- **VITE_appId**\n- **VITE_stripe_key**\n- **VITE_IMAGE_HOSTING_KEY**\n\nStart the server\n\n```bash\n  npm run dev\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashimkayal4%2Fparcel-management-client-side","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashimkayal4%2Fparcel-management-client-side","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashimkayal4%2Fparcel-management-client-side/lists"}