Skip to content

"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list

Notifications You must be signed in to change notification settings

andersonlebon/Awesome-book

Repository files navigation

AWESOME BOOKS

Desktop version Mobile version
127 0 0 1_5500_index html (5) 127 0 0 1_5500_index html(iPhone 6_7_8) (1)

DESCRIPTION

This project aims to display, delete and update books in the library.

Here are some Tasks In side:

  • Manage books collection (plain JS with objects).
  • Manage books collection (plain JS with classes).
  • Style core elements of the page.
  • Create a complete website with navigation.
  • Add pagination to the book Table

Live dome

Demo

Built With

This project is build with:

  • HTML;
  • CSS;
  • JavaScript.
  • Bootstrap

Getting Started

To get the content of this project locally you need to run this command in your terminal:

  • git clone https://github.com/andersonlebon/awesome-book.git

Test

For tracking linter errors locally you need to follow these steps:

  • After cloning the project you need to run these commands

    npm install This command will download all the dependancies of the project

  • For tracking linter errors in HTML files run:

    npx hint .

  • For tracking linter errors in CSS or SASS files run:

    npx stylelint "\*_/_.{css,scss}"

  • And For tracking linter errors in JavaScript files run:

    npx eslint .

Author

👤 Anderson Caleb

🤝 Contributing

Feel free to check the issues page

Show your support

Give a ⭐ if you like this project!

Acknowledgments

  • Original source Cindy Shin in Behance. But, the project personalized for my purposes.
  • Thanks to everyone who will get time to check this code especially to code reviewers.

📝 License

This project is MIT licensed.

About

"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published