RossielCS / Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library

In this project, I build a web app called 'Library' where the users can save a list of books with the title, author, number of pages, and if they have read it. The main object of this repo is to learn DOM(Document Object Model) manipulation with JavaScript along with objects and constructors.

Screenshot

screenshot

screenshot

Live Demo

You can try it here.

πŸ”¨ Built With

  • HTML5,
  • CSS3,
  • Sass,
  • Stylelint,
  • Eslint,
  • JavaScript,
  • Semantic-Ui,
  • Visual Studio Code

πŸ’» Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Before you continue, be sure that you have installed:

  • A Git GUI.
  • An Integrated Development Environment.
  • Chrome or Firefox. Internet Explorer is not supported.

Usage

To run the project:

  • Clone the repository with Git.
  • Open it with your IDE.
  • Follow the instructions.

πŸ’Ž Features

  • The user can add new books to the table.
  • User can remove books from the library.

πŸ‘© Author

Rossiel Carranza

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/
  5. Create the pull request.

Show your support

Give an ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

About


Languages

Language:JavaScript 56.0%Language:HTML 29.9%Language:CSS 14.2%