https://github.com/jesusgraterol/library-top
This application enables users to add their favorite books to a library and it is the submission for The Odin Project: Library.
https://github.com/jesusgraterol/library-top
theodingproject theodinproject-nodejs theodinprojectfoundations
Last synced: about 2 months ago
JSON representation
This application enables users to add their favorite books to a library and it is the submission for The Odin Project: Library.
- Host: GitHub
- URL: https://github.com/jesusgraterol/library-top
- Owner: jesusgraterol
- Created: 2023-10-03T12:17:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T14:18:54.000Z (over 2 years ago)
- Last Synced: 2025-03-09T15:55:03.371Z (over 1 year ago)
- Topics: theodingproject, theodinproject-nodejs, theodinprojectfoundations
- Language: JavaScript
- Homepage: https://jesusgraterol.github.io/library-top/
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library

This application enables users to add their favorite books to a library and it is the submission for [The Odin Project: Library](https://www.theodinproject.com/lessons/node-path-javascript-library). The key features are:
- Books and their essential information can be added
- The state of the books can be modified to separate the ones that have been already read
- The books can be deleted
- Cross-Platform Compatibility
## Live Demo
[Library](https://jesusgraterol.github.io/library-top/)
## Getting Started
### Requirements
- GIT
- Python ^v3
### Installation
1) Clone the repository
```bash
git clone git@github.com:jesusgraterol/library-top.git
```
## Usage
1) Run a local server with:
```bash
python3 -m http.server
```
2) Access the app through: [http://localhost:8000/](http://localhost:8000/)
## Build Process
N/A
## Deployment
Deploys to **Github Pages** automatically when commits are pushed into the `main` branch.
## Built With
- HTML5
- CSS3
- JavaScript
## Running the Tests
```bash
# Unit Tests
N/A
# Integration Tests
N/A
# E2E Tests
N/A
```
## @TODO
N/A
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
- [Google Fonts](https://fonts.google.com/icons)