/awesome_books_ES6

A simple book app that provides aptions to add books and remove them Using Javascript . This app can serve as a starting point fpr someone who wants to learn how to build cool stuff using javascript

Primary LanguageJavaScriptMIT LicenseMIT

πŸ“— Table of Contents

πŸ“–Awesome Book

Awesome book is a project built with a ES6 modules, with features that allow you to add to the list of books, remove from the list and save the list you already entered

πŸ›  Built With VSCode

Client
Styling
Functionality

Key Features

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

A beginner developer can use this template as a starting point for creating one page APP projects using Javascript and HTML/CSS with clean and organized code using the module directory.

Prerequisites

In order to run this project you need:

  • NODE
  • ESlint set up

Setup

Clone this repository to your desired folder:

gh repo clone Chaseknis/awesome_books_ES6

Install

To obtain a copy of this repository, clone it to your desired folder:

Commands:

  gh repo clone Chaseknis/awesome_books_ES6
  cd awesome_books
  npm install -y



Usage

To run the project, execute the following command:

  • install serve with:
npm install -g serve
  serve -s .

Run tests

To run tests, run the following command:

  • To check for CSS errors
    npx stylelint "**/*.{css,scss}"
  • To check for HTML errors
    npx hint .
  • To check for Javascript errors
    npx eslint .

(back to top)

πŸ‘₯ Authors Innocent N.

πŸ‘€ Chase N.

(back to top)

πŸ”­ Future Features

I'll add the following section to the webpage.

(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... Kindly leave a star ⭐

(back to top)

πŸ™ Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank Microverse and my Coding partners

(back to top)

❓ FAQ

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)