https://github.com/erickdc7/library-app
Library App
https://github.com/erickdc7/library-app
book-library react-router-dom
Last synced: about 1 year ago
JSON representation
Library App
- Host: GitHub
- URL: https://github.com/erickdc7/library-app
- Owner: erickdc7
- Created: 2023-02-07T17:03:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T20:43:06.000Z (over 2 years ago)
- Last Synced: 2023-12-19T04:00:21.290Z (over 2 years ago)
- Topics: book-library, react-router-dom
- Language: JavaScript
- Homepage: https://library-react-web-app.netlify.app/
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library App
Upon entering this website, you'll notice two links in the navigation bar that lead to 'Home' and 'Create'. On the 'Create' page, you can input the book's title, author, cover image, introduction, mark whether it's complete or not, and provide a review. Once registered, the book will be displayed on the 'Home' page. Additionally, once the book is displayed on the 'Home' page, clicking on it will take you to another page. This page will display the details that were previously entered.
## Technologies
This web page was made with the following technologies:
- HTML5
- CSS3
- JavaScript
- React
## Pages
This web page contains 7 sections: **Home**, **Create** and **Book Details**.
### Home
#### In this section, you'll see the books that have been registered in the library.

### Create
#### In another section, you'll have the opportunity to register the books you wish to add.

### Book Details
#### Finally, by clicking on one of the books, you'll be redirected to another page which will display the details of the selected book.
