This is a simple website that displays a list of books and allows you to add and remove books from that list
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple example steps.
- Computer
- Code editor (Vs code)
-
clone 'https://github.com/Balikuddembe/Awesome-books-with-ES6.git'
-
Setup Linters by running following commands in your terminal:
-
npm install --save-dev stylelint@13.x stylelint-scss@3.x - - - stylelint-config-standard@21.x stylelint-csstree-validator@1.x (Install the StyleHint linters)
-
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
-
npx stylelint "*/.{css,scss}" (checks for the CSS related errors in your project)
-
npx stylelint "*/.{css,scss}" --fix (This will fix the linters error, if any)
-
npm install --save-dev hint@7.x (Install the WebHint Linters)
-
Run npx eslint . on the root of your directory of your project.
-
npx hint . (You should see Finishing... on your terminal)
👤 Balikuddembe Emmanuel
- GitHub: @githubhandle
- Twitter: @twitterhandle
- Linkedin: @linkedinhandle
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.