Parcel Delivery & Journey Companion Finder

Year : 2024 | Volume : 01 | Issue : 02 | Page : 31-39
By

    Anouska Kashyap

  1. Madhavi Sen

  2. Mihika Jain

  3. Shreya Singh

  4. Sanjeev Patwa

  1. Student, Department of Computer Science & Engineering, Mody University of Science and Technology, Lakshmangarh, Rajasthan, India
  2. Student, Department of Computer Science & Engineering, Mody University of Science and Technology, Lakshmangarh, Sikar, Rajasthan, India
  3. Student, Department of Computer Science & Engineering, Mody University of Science and Technology, Lakshmangarh, Sikar, Rajasthan, India
  4. Student, Department of Computer Science & Engineering, Mody University of Science and Technology, Lakshmangarh, Sikar, Rajasthan, India
  5. Associate Professor, Department of Computer Science & Engineering, Mody University of Science and Technology, Lakshmangarh, Sikar, Rajasthan, India

Abstract

The idea of the project is to provide an interactive platform for people to help each other to carry their parcels from one place to another. The platform even provides a feature for finding a travel companion for the journey and thus helps in reducing their expenses.
The Parcel delivery and Journey companion Finder is a web- based system designed primarily for the users, so that they can find parcel services and journey companion finder service at
one platform only. This will help the user to lower their travel expenses through carpooling and they can also send their parcels faster as compared to courier services.
The project was developed using PHP, CSS, HTML and MYSQL. The system is an online application and can be hosted online, so users may need an Internet connection or the company’s local network.

Keywords: Carpooling, API Key, Database, Journey companion, Parcel.

[This article belongs to International Journal of Computer Science Languages(ijcsl)]

How to cite this article: Anouska Kashyap, Madhavi Sen, Mihika Jain, Shreya Singh, Sanjeev Patwa Parcel Delivery & Journey Companion Finder ijcsl 2024; 01:31-39
How to cite this URL: Anouska Kashyap, Madhavi Sen, Mihika Jain, Shreya Singh, Sanjeev Patwa Parcel Delivery & Journey Companion Finder ijcsl 2024 {cited 2024 Jan 08};01:31-39. Available from: https://journals.stmjournals.com/ijcsl/article=2024/view=0

var fieldValue = “[user_role]”;
if (fieldValue == ‘indexingbodies’) {
document.write(‘Full Text PDF‘);
}
else if (fieldValue == ‘administrator’) { document.write(‘Full Text PDF‘); }
else if (fieldValue == ‘ijcsl’) { document.write(‘Full Text PDF‘); }
else { document.write(‘ ‘); }

References

Black Platinum Gold – Luxury Travel Auctions. 2022. Available from: https://blackplatinumgold.com/looking-for-a-travel-buddy-here-are-the-5-best-platforms-that-will-help-you-instantly/ ‌
http://repository.riarauniversity.ac.ke/xmlui/bitstream/handle/123456789/1035/ERICK%20LEWIS%20THETU.pdf?sequence=1&isAllowed=y  
Project report on Travel Website | FreeProjectz. Freeprojectz.com. 2024. Available from: https://www.freeprojectz.com/project-report/6124 ‌
David Flanagan. The Definitive Guide, 6th Edition. O’Reilly Media, Inc.. 2011.
title – HTML: HyperText Markup Language | MDN [Internet]. MDN Web Docs. 2023. Available from: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title ‌
Shoumi MN, Syulistyo AR, Kirana AP, Hani’ah M. RANCANG BANGUN SISTEM INFORMASI PENDAFTARAN PROGRAM AYO MENGHAFAL DAN MEMAHAMI AL-QURAN (AMMA) DI YAYASAN IHYAUL QURAN INDONESIA. Jurnal Pengabdian kepada Masyarakat. 2023 Jun 30;10(1):112-8.
Adnan WN, Abd Aziz R. Sistem Tempahan Bilik Mesyuarat JPM, DBKL JPM, DBKL Meeting Room Booking System. Applied Information Technology and Computer Science. 2022 Jun 5;3(1):1156-66.
Yadav S, Sharma S, Singh S, Shete DS. Design and Development of Website on Tourism. EasyChair; 2021 Jan 6.
Visual Studio Code. source code editor developed by Microsoft. Wikiversity.org. Wikimedia Foundation, Inc.; 2017. Available from: https://en.wikiversity.org/wiki/Visual_Studio_Code .‌
Vaswani V. MySQL database usage & administration. McGraw Hill Professional; 2009 Dec 1.


Regular Issue Subscription Review Article
Volume 01
Issue 02
Received December 1, 2023
Accepted January 2, 2024
Published January 8, 2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}