Skip to content

Commit d8ec135

Browse files
committed
Added readme.md
1 parent 806d05a commit d8ec135

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Projects/Bookcase/Readme.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Bookcase Website
2+
This is a bookcase website where you can keep track of your books, add new books, search for books, and mark them as finished or unfinished.
3+
4+
## Features
5+
* Add a new book: You can add a new book to your bookcase by providing the book title, author name, and other details about the book.
6+
7+
* Search for a book: You can search for a book by its title or author name.
8+
9+
* Mark a book as finished or unfinished: You can mark a book as finished or unfinished depending on whether you have completed reading it or not.
10+
11+
## You can perform the following actions:-
12+
13+
## Adding a book
14+
- Click on the "Add Book" button.
15+
16+
- Fill in the details of the book in the form that appears.
17+
18+
- Click on the "Submit" button to add the book to your bookcase.
19+
20+
### Searching for a book
21+
- Type in the title of the book you want to search for in the search bar.
22+
23+
- Press enter or click on the "Search" button.
24+
25+
- It will than display whether the book belongs in finished reading book section or in unfinished book section.
26+
27+
28+
### Marking a book as finished or unfinished
29+
- Find the book you want to mark as finished or unfinished.
30+
31+
- Click on the "Tick button" if you have finished reading the book.
32+
33+
- We can also delete a book by clicking on Dustbin button
34+
35+
- The book will be marked as finished or unfinished, and the books will change sections accordingly.
36+
37+
38+
39+
40+
41+
42+

0 commit comments

Comments
 (0)