0% found this document useful (0 votes)
70 views16 pages

Project Report

The document summarizes a project report for a Law Consultant website created by students Priyanshu Chauhan, Jatin, and Naman Sharma. The project aims to provide a convenient way for customers to gain information about laws and book legal consultants online. Key components of the website include login, home, about us, attorneys, laws, case studies, blogs, and contact pages. Technologies used include HTML, PHP, XAMPP, PHPMyAdmin, and Visual Studio Code to develop the dynamic website. The report acknowledges the project guide and provides details on the working, technologies, and objectives of the Law Consultant website.

Uploaded by

Atul Parashar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views16 pages

Project Report

The document summarizes a project report for a Law Consultant website created by students Priyanshu Chauhan, Jatin, and Naman Sharma. The project aims to provide a convenient way for customers to gain information about laws and book legal consultants online. Key components of the website include login, home, about us, attorneys, laws, case studies, blogs, and contact pages. Technologies used include HTML, PHP, XAMPP, PHPMyAdmin, and Visual Studio Code to develop the dynamic website. The report acknowledges the project guide and provides details on the working, technologies, and objectives of the Law Consultant website.

Uploaded by

Atul Parashar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 16

PROJECT REPORT

LAW CONSULTANT

NAME: Priyanshu Chauhan , Jatin , Naman Sharma


REGISTRATION NO: 42220210002 , 42221210039, 42221210040.
PROGRAM/ BRANCH: BCA 4th sem
COURCE NAME & SUBJECT CODE: Live project

1
CERTIFICATE FROM THE PROJECT
GUIDE

This is to certify that the Project Report titled “Law consultant is a


bonafide work of Priyanshu Chauhan, Jatin, Naman enrolment number
42220210002, 42221210039, 42221210040 undertaken for the partial
fulfillment of BCA degree of SRM University. This project work is
original and has not been submitted earlier for the award of any degree or
diploma of any other University or Institution.

Signature of Professor
MS. Lakshita Aggarwal
(Assistant Professor )
Computer Science and Engineering

2
Acknowledgment

First and foremost, praises and thanks to the God, the Almighty, for His showers
of blessings throughout my research work to complete the research successfully.
I would like to express my special thanks of gratitude to my teacher.who gave me
the golden opportunity to do this wonderful project which also helped me in doing
a lot of Research and I came to know about so many new things I am really
thankful to them.
Secondly I would also like to thank my parents and friends who helped me a lot in
finalizing this project within the limited time frame.

Finally, my thanks go to all the people who have supported me to complete the
project work directly or indirectly.

3
TABLE OF CONTENTS

ACKNOWLEDGMENT.……… 3
LIST OF FIGURES…………………………… 4
CHAPTER-1 INTRODUCTION TO PROJECT: ………… 6-7
1.1 OBJECTIVES
1.2 FEATURES
1.3 COMPONENTS OF DASHBOARD

CHAPTER-2 TOOLS AND TECHNOLOGY USED: …… 8-9


2.1 HTML
2.2 PHP
2.3 XAMPP
2.4 VISUAL STUDIO CODE
2.5 PHPMyAdmin
2.6 OTHER TOOLS USED

CHAPTER-3 WORKING OF PROJECT: ………………... 10-15


3.1 ER DIAGRAM
3.2 LOGIN
3.3 HOME PAGE
3.4 ABOUT US
3.5 DESTINATIONS
3.6 CONTACT
3.7 MEMBERS
3.8 RESOURCES
3.9 SERVICES
3.10 CHAT
CHAPTER-4 RESULTS AND CONCLUSION: …………. 16
4.1 RESULTS
4.2 CONCLUSION
REFERENCES ……………………………………………. 17

4
LIST OF FIGURES

Figure-1 COMPONENTS OF DASHBOARD.........................

Figure-2 FLOWCHART.............................................................

Figure-3 LOGIN..........................................................................

Figure-4 HOME PAGE................................................................

Figure-5 ABOUT US :......................................................................

Figure-6 DESTINATIONS...........................................................

Figure-7 CONTACT......................................................................

Figure-8 MEMBERS...................................................................

Figure-9 RESOURCES................................................................

Figure-10 SERVICES....................................................................

Figure-11 CHAT:...........................................................................

5
INTRODUCTION TO PROJECT

Introduction
The Law consultant is a web based application. The main purpose of “Law consultant ” is to
provide a convenient way for a customer to gain information about the laws . The objective of
this project is to develop a system that automates the processes and activities of a acts and laws.
In this project, We will make an easier task of searching information and book legal consultant.
In the present system a customer has to approach various consultant to discuss about their case.
This save a lot of time and effort. We provide approach skills to critically examine how these
acts actually work locally, regionally, and nationally. It is tedious for a customer to plan their
next move towards their legal case. The project ‘Law consultant ’ is developed to replace the
currently existing system, by reducing the physical efforts of the customer by giving them right
and appropriate information about their legal cases .
Objectives
This application is develop to provide best services to the customers and students. We have
developed this web site to provide a search platform where a person can find information
according to their choices. This system also helps to promote case studies and blogs of best
lawyers. We develop this system to promote interaction opportunities for person and increase
better understanding of different laws. This system also provide a better way to connect with
various lawyers.
This system also gives acts related information like what is in that law and benefits of that act.
People can also get the legal documents which will help them in legal work. People can also
book their personal consultant through our website . This system also keeps a history of their
appointments.

Components of dashboard

1. Login: Login if someone has to access the case studies .


2. Home: Come back to home page directly.
3. About Us: Display Some information about the company
4. Attorneys: Best lawyers of our site and in that particular field.
5. Laws: All types of laws.
6. Case Studies: How the lawyers had solve their cases.
7. Blogs: Blogs of best lawyers.
8. Contact: How people can contact us.

6
TOOLS AND TECHNOLOGY USED

HTML
• HTML (HyperText Markup Language) is the most basic building block of the Web. It
defines the meaning and structure of web content. Other technologies besides HTML
are generally used to describe a web page's appearance/presentation (CSS) or
functionality/behavior (JavaScript).
• "Hypertext" refers to links that connect web pages to one another, either within a
single website or between websites. Links are a fundamental aspect of the Web. By
uploading content to the Internet and linking it to pages created by other people, you
become an active participant in the World Wide Web.
• HTML uses "markup" to annotate text, images, and other content for display in a Web
browser. HTML markup includes special "elements" such as <head>, <title>,
<body>,
<header>, etc.

PHP
• PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
• PHP is a server side scripting language that is embedded in HTML. It is used to
manage dynamic content, databases, session tracking, even build entire e-commerce
sites.
• It is integrated with a number of popular databases, including MySQL, PostgreSQL,
Oracle, Sybase, Informix, and Microsoft SQL Server.
• PHP performs system functions, i.e. from files on a system it can create, open, read,
write, and close them.
• PHP can handle forms, i.e. gather data from files, save data to a file, through email
you can send data, return data to the user.
• You add, delete, modify elements within your database through PHP.
• Access cookies variables and set cookies.

XAMPP
• XAMPP is an abbreviation where X stands for Cross-Platform, A stands for Apache,
M stands for MYSQL, and the Ps stand for PHP and Perl, respectively. It is an open-
source package of web solutions that includes Apache distribution for many servers
and command-line executables along with modules such as Apache server, MariaDB,
PHP, and Perl.
7
• XAMPP helps a local host or server to test its website and clients via computers and
laptops before releasing it to the main server. It is a platform that furnishes a suitable
environment to test and verify the working of projects based on Apache, Perl, MySQL
database, and PHP through the system of the host itself. Among these technologies,
Perl is a programming language used for web development, PHP is a backend
scripting language, and MariaDB is the most vividly used database developed by
MySQL.

PHPMyAdmin
• “phpMyAdmin” is a free software tool written in PHP, intended to handle the
administration of MySQL over the Web. phpMyAdmin supports a wide range of
operations on MySQL .
• Manages all user level permissions.
• Executes SQL queries, batch queries, triggers, events, stored procedures, functions to
display relevant data results.
• It performs all data related operations like create, read, edit, delete, browse, change
structure, schema and search.
• It also provide ways to import, export and load text file data.

VISUAL STUDIO CODE


• Visual Studio Code is a free source-code editor made by Microsoft for Windows,
Linux and macOS. Features include support for debugging, syntax highlighting,
intelligent code completion, snippets, code refactoring, etc.
• With support for hundreds of languages, VS Code helps you be instantly productive
with syntax highlighting, bracket-matching, auto-indentation, box-selection, snippets,
and more. Intuitive keyboard shortcuts, easy customization and community-
contributed keyboard shortcut mappings let you navigate your code with ease.

OTHER TOOLS USED


A working computer/laptop and a reliable internet connection.

8
WORKING OF PROJECT

ER DIAGRAM :

9
LOGIN PAGE :

HOME PAGE:

10
ABOUT US :

ATTORNEYS:

11
LAWS:

CASE STUDIES:

12
13
BLOGS:

14
RESULT AND CONCLUSION

RESULT:
1. It saves on loads of paperwork, applications, etc. and hence, saves time.
2. It has a very user-friendly user interface.
3. Changes can be made easily.
4. Easy to navigate.
5. Attractive yet simple design.
6. All in one website.

CONCLUSION:

It was great opportunity for us as a student to learn and understand various aspects
associated with project development. I did undergo from various phases of project
development life cycle like analysis , design ,coding , implementation , and testing.

The preceding material is a sincere effort from my side to create the “YOUR PERSONAL
CONSULTANT” my project work for BCA IT project . I got the idea about the ups and
downs taking place during the project development. I analyzed the problems and solved
those problems that were faced in my project.

The project shows the flow of each and every transaction which is being carried out by the desired
user successfully thus giving him the desired result.

15
REFRENCES

 https://www.india.gov.in/topics/law-justice

 https://lawmin.gov.in/
 IPC – Ratanlal and Dhirajlal
IPC Bare Act

 Constitution – J.N Pandey


Indian Polity – M Laxmikanth
Constitution Bare Act

 TPA – R.K Sinha


Transfer of Property Bare Act
Combo of 8 Bare Acts

16

You might also like