A basic website that allows users to add and remove books from a list. The book app stores all the added books to Local storage so that they can persist when the user closes the app.
- Major languages: HTML, CSS & Javascript
- Technologies used: Linters, Git and Github
https://john-kibirige.github.io/awesome-books/
You should be having Node.js installed on your computer
To get a local copy up and running follow these simple example steps.
-
Navigate to a folder where you want the cloned file to appear
-
Clone this repo in your terminal or git bash using the command
git@github.com:John-Kibirige/awesome-books.git
-
run
npm install
to install all the necessary dependencies including the linters -
Navigate to the folder called awesome-books and open this project using your editor
These were linter tests mainly
- For css, run
npx hint .
- Html, run
npx stylelint "**/*.{css,scss}"
- Javascript
npx eslint .
👤 Kibirige John
- Github: John-Kibrige
- Twitter: kibirigejohn005
- LinkedIn: Kibirige John
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.