Desktop version | Mobile version |
---|---|
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
This project is build with:
- HTML;
- CSS;
- JavaScript.
- Bootstrap
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
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 .
👤 Anderson Caleb
- GitHub: @andersonlebon
- Twitter: @buyananaCaleb
- LinkedIn: anderson Caleb
Feel free to check the issues page
Give a ⭐ if you like this project!
- 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.
This project is MIT licensed.