Skip to content

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

License

Notifications You must be signed in to change notification settings

Chaseknis/awesome_books_ES6

Repository files navigation

📗 Table of Contents

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published