Awesome-Books-Modules

In this project, I restructure Awesome books app code using modular JavaScript, html and CSS. The web app can add a new book to the collection. Books can be deleted as well. Upon user interaction, the resulting book list is stored in local storage.

MIT License

Stars
13

📗 Table of Contents

📖 [Awesome Books Project]

Awesome Books Project is a a basic website that allows users to add and/or remove books from a list of books on the website. The Project is achieved by using JavaScript objects and arrays. The project also implemented features that dynamically modify the DOM and add basic events and listeners..

🛠 Built With

Tech Stack

Key Features

  • [Responsive design]
  • [Page Jumps]
  • [Add/Remove buttons]

🚀 Live Demo

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

Install

Install this project with:

Usage

To run the project, execute the following command:

  use git bash to open in Vs code

Run tests

To run tests, run the following command:

Run "npx hint ."
Run "npx stylelint "**/*.{css,scss} --fix " to fix linters
Run "npx eslint . --fix to fix linters"

Deployment

You can deploy this project using:

  • github pages

👥 Authors

👤 Author

🔭 Future Features

  • [contact form page]
  • [A feature for price inclusion]
  • [A feature for updating the cart]

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project, kindly drop a star for me.

🙏 Acknowledgments

I would like to use this medium to appreciate Microverse for giving me this type of opportunity.

📝 License

This project is MIT licensed.

Related Projects