Final 3
Final 3
MICRO-PROJECT
GROUP MEMBERS –
Roll Numbers of
Sr. No. Names of Members
Members
PROJECT GUIDE :-
PROJECT NAME :-
1
CERTIFICATE
completed his Micro-project work on CAR RENTAL SERVICE WEB APPLICATION. This is in partial
fulfillment of requirements for the award of the DIPLOMA IN INFORMATION TECHNOLOGY and
POLYTECHNIC KOLHAPUR work carried out during a period of academic year 2023-24 as prescribed
PLACE :-
DATE :-
2
INDEX
7. Conclusion 19
3
INTRODUCTION TO THE PROJECT
TOPIC – CAR RENTAL SERVICE WEB APPLICATION.
The Project we have developed is Car Rental Services Management System. This Project has various
functionalities to ensure that the user doesn’t feel any kind of inconvenience.
The Project provides an overall detailing and keen service so that the user will definitely get to
know the core reason of the development of the project.
The System has Two kind of Accesses – 1. Admin
2. Costumer
So the Administrator of the System as well as the Costumer can avail their respective services.
For Admin Access, the Admin can either access the names of All Admins, Management team
and All Employees or change the admin username and password or Add any Car required.
For Costumer Access, there are many Functionalities that we will be seeing Soon.
1. Costumer Sign Up
2. Costumer Log in
3. Basic Details [Name, Age(18 or 18+), City, Mobile Number]
4. Number of Seats or number of Passengers
5. Suggestions of Car According to the Number of Passengers
6. Selection of Desired Car
7. Selecting the Trip Type [Normal or Single way Drop]
8. Number of Days the trip will Long
9. Final Booking of The car
These all functionalities are available for the User to avail. The Life Cycle Model used for this
Project was ‘WATERFALL LIFE CYCLE MODEL’.
4
REQUIREMENTS OF THE PROJECT
5
ACTUAL PROGRAM OF THE PROJECT
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TRIALMP
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public signup()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
6
}
if (!termscheck.Checked)
{
MessageBox.Show("Please Agree to the Terms And Conditions!");
}
else
{
MessageBox.Show("Thank You For accepting the Terms and conditions!");
Menu mu = new Menu();
mu.Show();
}
}
}
namespace TRIALMP
{
public partial class Menu : Form
{
public Menu()
{
InitializeComponent();
}
7
signup s = new signup();
s.Hide();
Form1 f1 = new Form1();
f1.Hide();
}
namespace TRIALMP
{
public partial class Admin : Form
{
public Admin()
{
InitializeComponent();
}
captch_disp.Text = Convert.ToString(random);
8
}
e1.Show();
9
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TRIALMP
{
public partial class Form2 : Form
{
public Form2()
{
InitializeComponent();
}
10
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TRIALMP
{
public partial class Form5 : Form
{
public Form5()
{
InitializeComponent();
}
}
}
}
11
OUTPUT OF THE PROGRAM
12
13
14
15
16
<========== END OF OUTPUTS ==========>
17
APPLICATION OF PROJECT IN REAL-WORLD
18
COURSE OUTCOMES STATISFIED
1. ITG309-1:. Describe .net framework environment to develop programs.
2. ITG309-2 → Develop C# programs for implementing functions and Object Oriented
programming concept.
CONCLUSION
Thus, by Satisfying Minimum 2 Course Outcomes Given in the Course Curriculum and has
obtained the desired output for which the project was developed. From this project we Developed
various skills such as building large codes, presentation and real world problem analysis.
2. Operating skill/algorithm/flowchart 5
3. Observation/Logic/Program 5
4. Results/Outputs 5
19