Mobile version | Desktop |
---|---|
"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list.
Here are some features of the page:
- Add a book to your collection.
- Remove a book from your collection.
- Store your data history in the browser's memory.
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple example steps.
- Clone the Repo or Download the Zip file or
https://github.com/tresorsawasawa/Awesome_books.git
. cd /Awesome_books
- Open it with the live server
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 .
See the live by clicking Live Demo Link
👤 Author 1
- GitHub: @tresorsawasawa
- Twitter: @tresorsawasawa
- LinkedIn: Trésor Sawasawa
👤 Author 2
- GitHub: @ElijahTobs
- Twitter: @ElijahTobs
- LinkedIn: Elijah Ayandokun
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to everyone who will get time to check this code and sugest any issue to improve the page.
- Thank you Microverse
This project is MIT licensed.