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.

Home Page:https://jesusgraterol.github.io/library-top/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library

Library

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

Live Demo

Library

Getting Started

Requirements

  • GIT
  • Python ^v3

Installation

  1. Clone the repository
git clone git@github.com:jesusgraterol/library-top.git

Usage

  1. Run a local server with:
python3 -m http.server
  1. Access the app through: 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

# Unit Tests
N/A

# Integration Tests
N/A

# E2E Tests
N/A

@TODO

N/A

License

MIT

Acknowledgments

About

This application enables users to add their favorite books to a library and it is the submission for The Odin Project: Library.

https://jesusgraterol.github.io/library-top/


Languages

Language:JavaScript 53.5%Language:CSS 36.4%Language:HTML 10.1%