This application enables users to add their favorite books to a library and it is the submission for The Odin Project: 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
- GIT
- Python ^v3
- Clone the repository
git clone git@github.com:jesusgraterol/library-top.git
- Run a local server with:
python3 -m http.server
- Access the app through: http://localhost:8000/
N/A
Deploys to Github Pages automatically when commits are pushed into the main
branch.
- HTML5
- CSS3
- JavaScript
# Unit Tests
N/A
# Integration Tests
N/A
# E2E Tests
N/A
N/A