PrangonGhose / Awesome-Books-ES6

A simple website to add anyone's favorite book name and the author to keep track. Users can add and remove books from a list using this single-page app. Built with HTML, CSS, and JavaScript.

Home Page:https://prangonghose.github.io/Awesome-Books-ES6/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Books Project

πŸ“— Table of Contents

πŸ“– Project Name

Awesome Books Project

πŸ›  Built With

  • HTML, CSS, and JavaScript

Key Features

Describe between 1-3 key features of the application.

  • Add book title and author name with form submission.
  • The book titles and author names are stored in local storage.
  • Remove button removes books from the section.
  • Remove button removes specific data from local storage.
  • Refreshing the page puts the books from local storage in the page if there is any book in local storage.
  • The whole project is done following JavaScript ES6 syntax.

(back to top)

πŸš€ Live Demo

Find the live demo here

(back to top)

πŸ’» Getting Started

To clone the repository in local environment try following steps.

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ node --version && npm --version

Setup

Clone the repository using this link

Install

In the terminal, go to your file directory and run this command.

$ git clone git@github.com:mavericks-db/portfolio.git

Usage

This website is applicable for both mobile and desktop version.

Run tests

Deployment

(back to top)

πŸ‘₯ Authors

πŸ‘€ Prangon Ghose

(back to top)

πŸ”­ Future Features

  • Styling of the webpage
  • Animation to add or remove functionality
  • Adding responsiveness

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

I would like to thank:

(back to top)

❓ FAQ

(back to top)

πŸ“ License

This project is MIT licensed.

About

A simple website to add anyone's favorite book name and the author to keep track. Users can add and remove books from a list using this single-page app. Built with HTML, CSS, and JavaScript.

https://prangonghose.github.io/Awesome-Books-ES6/

License:MIT License


Languages

Language:JavaScript 98.2%Language:CSS 1.0%Language:HTML 0.8%