awesome-books-with-ES6

It's a simple book list app, where the user can add or remove books. Built with HTML, CSS , JavaScript and using ES6.

MIT License

Stars
3

๐Ÿ“— Table of Contents

Awesome Booklist

This project is the first project of Module 2 of Microverse Full Stack Program. It's a simple book list app, where the user can add or remove books.

๐Ÿ›  Built With

Tech Stack

Key Features

  • Add books The user can add a new book to the book list.
  • Add books The user can remove any of the books they added to the list.
  • Persistent data The book list is persistent even when the user refreshed the page.

๐Ÿš€ Live Demo

๐Ÿ’ป Getting Started

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

Prerequisites

In order to run this project you need:

  • Node.js
  • npm

Setup

Clone this repository to your desired folder:

  cd desired-folder
  git clone https://github.com/meryemsanem/awesome-books.git

Install

Install this project with:

  cd awesome-books
  npm install

Usage

To run the project, open the HTML file in your browser.

To run the linters, run npx hint . and npx stylelint "**/*.{css,scss}" or npx eslint . from the root directory of the project.

Run tests

There are currently no tests in this project.

Deployment

This project is not currently deployed.

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Meryem Sanem Kรผรงรผkbayram

๐Ÿ”ญ Future Features

  • Use JavaScript classes insead of plain objects

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

โญ๏ธ Show your support

If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.

๐Ÿ™ Acknowledgments

I would like to thank Microverse for teaching and enforcing professional level practices.

๐Ÿ“ License

This project is MIT licensed.

Related Projects