Skip to content

In this project, Tinyefuza and I built a basic website that allows users to add/remove books from a list. Built with JavaScript and utilizes LocalStorage.

Notifications You must be signed in to change notification settings

sja-thedude/Awesome-books

Repository files navigation

Awesome-Books

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.

Live Preview

https://sja-thedude.github.io/Awesome-books/

Built With

  • Html/Css
  • JavaScript

Additional Tools

  • Webhint
  • Stylelint
  • Eslint

Getting Started

To get a local copy of this project:

Clone this repository or download the Zip folder:

Test

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 .

Authors

👤 Tinyefuza Gordon

👤 Syeda Juveria Afreen

🤝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • 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.

📝 License

This project is MIT licensed.

About

In this project, Tinyefuza and I built a basic website that allows users to add/remove books from a list. Built with JavaScript and utilizes LocalStorage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published