Skip to content

Commit 83e3a8f

Browse files
authored
Merge pull request #171 from Sohaibkamran-25/main
Added playstore svg
2 parents ad906f9 + 1cb4cd8 commit 83e3a8f

File tree

3 files changed

+67
-7
lines changed

3 files changed

+67
-7
lines changed

icons/google-play-badge-logo-svgrepo-com.svg

Lines changed: 43 additions & 0 deletions
Loading

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,8 @@ <h4>Supports</h4>
366366
<h4>Download</h4>
367367
<ul class="no-bullets">
368368
<li><a href="#"><img class="app-store"
369-
src="https://www.scribd.com/webpack/assets/images/shared/app_store/app_store_black_en.c01025ef.svg"
369+
src="./icons/google-play-badge-logo-svgrepo-com.svg"
370370
alt="appstore"></a></li>
371-
<li><a href="#"><img
372-
src="https://www.scribd.com/webpack/assets/images/shared/app_store/play_store_en.52ebe950.svg"
373-
alt="google playstore"></a></li>
374371
</ul>
375372
</div>
376373
</footer>
@@ -441,4 +438,4 @@ <h4>Download</h4>
441438
</script>
442439
</body>
443440

444-
</html>
441+
</html>

readme.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,29 @@
22
<h1> Simple Library Management </h1>
33
</div>
44

5-
A simple library management project is an **Open Source Website** built using **HTML, CSS, JavaScript** and **Bootstrap** and is **easy to use** and helps learners understand the **basic concept of JS**. In this project, the user has a provision to add book details like book name, author name, book URL, ISBN, edition, publication date, the status of reading the book, and book genre through the web page. In addition, the user has a provision to search for the available books in the library by the book name, author name, or type. If book details are present in the LocalStorage, the search details are displayed on the web page. Users also have a provision to delete a specific book or all books. The user can choose his favorites and edit any book details very quickly.
5+
# Simple Library Management Project
66

7-
In this project, you will learn how to implement add, remove/delete, search, and save functionalities. You will also learn how to deploy, or publish, your web site to Azure so that you can show it off to your friends.
7+
A **Simple Library Management Project** is an *open-source website* built using **HTML**, **CSS**, **JavaScript**, and **Bootstrap**. It’s *easy to use* and helps learners understand the *basic concepts of JavaScript*. In this project, the user has a provision to **add book details** like:
8+
9+
- **Book Name**
10+
- *Author Name*
11+
- **Book URL**
12+
- *ISBN*
13+
- *Edition*
14+
- **Publication Date**
15+
- *Status of Reading* (e.g., read, currently reading, to be read)
16+
- *Book Genre*
17+
18+
Additionally, users have the option to **search for available books** in the library by *book name*, *author name*, or *type*. If the book details are present in *LocalStorage*, the search results will be displayed on the web page.
19+
20+
Users also have the provision to:
21+
- **Delete a specific book** or *all books*
22+
- Choose their **favorites**
23+
- *Edit any book details quickly*
24+
25+
In this project, you will learn how to implement *add*, *remove/delete*, *search*, and *save* functionalities. You will also learn how to **deploy or publish your website to Azure**, allowing you to *show it off to friends* and expand your portfolio.
26+
27+
Happy learning, and enjoy building your **library management project**!
828

929
# Visit Website:
1030

0 commit comments

Comments
 (0)