Skip to content

Commit

Permalink
refactor: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoOly committed Sep 28, 2024
1 parent a362843 commit 591af98
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This system is designed to streamline the management of book rentals. It allows users to efficiently handle book loans, offering key features such as adding, editing, deleting, and filtering loans based on their status ("In Progress," "Overdue," "Returned").

![feature](./resources/gla.png)

This system is designed to streamline the management of book rentals.

---

#### User Installation
Expand All @@ -20,6 +20,19 @@ Run the following commands to install dependencies and start the development env
```bash
npm install && npm run dev
```

---

#### Features

It allows users to efficiently handle book loans, offering key features such as adding, editing, deleting, and filtering loans based on their status ("In Progress," "Overdue," "Returned").

- [x] Register new books;
- [x] List of registered books;
- [x] Change registrations;
- [x] Remove registrations;
- [x] Change status of registered items.

---

#### Contributing
Expand Down

0 comments on commit 591af98

Please sign in to comment.