Awesome-Books

Microverse Module 02 Project: This is an educational project to make a simple website that displays a list of books and allows you to add and remove books from that list. The goal is to make it more organized by using modules and practice the ES6 syntax.

Stars
5
Committers
3

Awesome Books Website

The website has a collection of books with the Title and Author Name with a form to add books with title and author inputs and a button to remove a book.

Live Demo

Built With

  • HTML
  • Javascript
  • CSS

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

  1. Clone Repository
    git clone [email protected]:https://github.com/braincee/Awesome-Books.git
    

Install linters(webhint, stylelint, eslint)

  1. Run to install webhint
    npm install --save-dev [email protected]
    
  2. Run to install stylelint
    npm install --save-dev [email protected] [email protected] [email protected] [email protected]
    
  3. Run to install eslint
    npm install --save-dev [email protected] [email protected] [email protected] [email protected]
    

Authors

👤 Stephen

👤 JODRACK

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support.

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.