Skip to content

Commit 2eebdc1

Browse files
Create README.md
1 parent 3d8d260 commit 2eebdc1

File tree

1 file changed

+127
-0
lines changed

1 file changed

+127
-0
lines changed

README.md

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<h1 align="center">Library Management System</h1>
2+
3+
- ### Tech Stack used:
4+
<center>
5+
<table>
6+
<tbody>
7+
<tr>
8+
<td width="25%" align="center">
9+
<span><strong>MySql</strong></span><br/>
10+
<img height="64px" width="64px" src="https://www.vectorlogo.zone/logos/mysql/mysql-official.svg">
11+
</td>
12+
<td width="25%" align="center">
13+
<span><strong>Java</strong></span><br/>
14+
<img height="64px" width="64px" src="https://cdn.svgporn.com/logos/java.svg">
15+
</td>
16+
<td width="25%" align="center">
17+
<span><strong>Netbeans</strong></span><br/>
18+
<img height="64px" width="64px" src="https://upload.wikimedia.org/wikipedia/commons/9/98/Apache_NetBeans_Logo.svg">
19+
</td>
20+
<td width="25%" align="center">
21+
<span><strong>WAMP</strong></span><br/>
22+
<img height="64px" width="64px" src="https://upload.wikimedia.org/wikipedia/commons/f/f4/WampServer-logo.svg">
23+
</td>
24+
</tr>
25+
</tbody>
26+
</table>
27+
</center>
28+
29+
## About Project:
30+
A Library Management System allows you to keep the Library book records, Library student records and manage them when needed. This is a simple java project with a good and interactive-looking GUI. This Project Use MySQL Database for managing all the data that store in the database.The Library Management System Project In Java And MySQL is simple and basic level small project for learning purposes. Also, you can modify this system as per your requirements and develop a perfect advance level project.
31+
32+
33+
## Available Modules:
34+
35+
1. Login/ Logout Module
36+
2. Account Management
37+
3. Manage Books
38+
4. Manage Students
39+
5. Issue Book
40+
6. Return Book
41+
7. View Records
42+
8. About project
43+
44+
<div align="right">
45+
<b><a href="#">↥ back to top</a></b>
46+
</div>
47+
48+
### Important JAR links:
49+
50+
- [Download all Required JAR files](https://t.me/eagle_programming/12)
51+
52+
53+
54+
55+
## Project Demo:
56+
57+
58+
https://user-images.githubusercontent.com/70682152/187031200-7bae1082-a97b-49ef-9bff-898fc482c180.mp4
59+
<div align="right">
60+
<b><a href="#">↥ back to top</a></b>
61+
</div>
62+
63+
64+
# User Interface Screenshots:
65+
66+
### Login Page:
67+
![image](https://user-images.githubusercontent.com/70682152/187031828-d66aee54-21b5-438b-8069-6ae7acce3e0a.png)
68+
<div align="right">
69+
<b><a href="#">↥ back to top</a></b>
70+
</div>
71+
72+
73+
74+
### Dashboard Page:
75+
![image](https://user-images.githubusercontent.com/70682152/187031861-42257899-2330-4b27-a118-8edb5e1afa0f.png)
76+
<div align="right">
77+
<b><a href="#">↥ back to top</a></b>
78+
</div>
79+
80+
### Account Management Page:
81+
![image](https://user-images.githubusercontent.com/70682152/187031895-48d333de-5fda-4988-bc04-4c84c1a3edf2.png)
82+
<div align="right">
83+
<b><a href="#">↥ back to top</a></b>
84+
</div>
85+
86+
### Manage Books Page:
87+
![image](https://user-images.githubusercontent.com/70682152/187031911-ffb69ae7-b6a9-4404-a0a2-8a6e996b1c81.png)
88+
<div align="right">
89+
<b><a href="#">↥ back to top</a></b>
90+
</div>
91+
92+
### Manage Students Page:
93+
![image](https://user-images.githubusercontent.com/70682152/187031936-eca77f5c-6a39-4bfd-9532-83c43c7779ae.png)
94+
<div align="right">
95+
<b><a href="#">↥ back to top</a></b>
96+
</div>
97+
98+
99+
### Issue Book Page:
100+
![image](https://user-images.githubusercontent.com/70682152/187031970-87352f93-6478-4240-a44f-bd7b9236f618.png)
101+
<div align="right">
102+
<b><a href="#">↥ back to top</a></b>
103+
</div>
104+
105+
### Return Book Page:
106+
![image](https://user-images.githubusercontent.com/70682152/187031997-19c9d22f-dd84-4d70-b669-f226d143362f.png)
107+
<div align="right">
108+
<b><a href="#">↥ back to top</a></b>
109+
</div>
110+
111+
112+
### View All Records Page:
113+
![image](https://user-images.githubusercontent.com/70682152/187032018-c9f94e2f-29c3-47a4-a6e3-3f516ee7474c.png)
114+
<div align="right">
115+
<b><a href="#">↥ back to top</a></b>
116+
</div>
117+
118+
### About page:
119+
120+
![image](https://user-images.githubusercontent.com/70682152/187032046-18ea97b4-f892-42c0-a01f-c39176fd6dd4.png)
121+
<div align="right">
122+
<b><a href="#">↥ back to top</a></b>
123+
</div>
124+
125+
126+
127+

0 commit comments

Comments
 (0)