logo

Microverse README Template

πŸ“— Table of Contents

πŸ“– [your_project_name]

"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list. By building this application, we learned how to manage data using JavaScript. Thanks to that your website will be more interactive. We used a medium-fidelity wireframe to build the UI.

πŸ›  Built With

Tech Stack

  • HTML
  • JavaScript
  • CSS

Key Features

Describe between 1-3 key features of the application.

  • Javascript DOM manipulation

(back to top)

πŸš€ Live Demo

[Live Demo Link] (...come soon)

(back to top)

πŸ’» Getting Started

Prerequisites

  • Have git installed. (For version control)
  • Have text editor installed. (VSCode, sublime, atom)
  • Have CSS,HTML & JS Linters installed and configured. For further information, visit this link to get better understanding on each linters used on this project.

Setup

Clone this repository to your desired folder:

git clone git@github.com:Juank628/awesome_books.git

Install

Install this project with:

npm install

Usage

This page registers books with author and title of the book. To register a book:

  1. Type the author's name.
  2. Type the book's title.
  3. Click on Add button below.
  4. The books will be added to the list and will be displayed.

To remove a book from the list:

  1. Find the book in the list.
  2. Click on remove button for the respective book.

πŸ‘₯ Authors

πŸ‘€ Juan Carlos Sanchez

πŸ‘€ Ivan Martinez von Halle

(back to top)

πŸ”­ Future Features

  • Database connection

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please give us an star

(back to top)