This project is a basic website that allows users to add/remove books from a list.
This project is part of the Microverse curriculum Module 2 Block 1. The main objective is of this is to understand how to use JavaScript objects and arrays dynamically and to modify the DOM and add basic events. This will follow professional guidlines in responsive design.
https://sja-thedude.github.io/Awesome-books/
- Html/Css
- JavaScript
- Webhint
- Stylelint
- Eslint
To get a local copy of this project:
Clone this repository or download the Zip folder:
To track linter errors locally follow these steps:
Download all the dependencies run:
npm install
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint .
👤 Tinyefuza Gordon
- GitHub: @githubhandle
- LinkedIn: LinkedIn
👤 Syeda Juveria Afreen
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is part of week 1 of module 2 in the Microverse study program.
- Thanks to the Microverse team for the great curriculum.
- Thanks to Code Reviewers for the insightful feedback.
- A great thanks to My coding partners, morning session team, and standup team Partners for their contributions.
This project is MIT licensed.