awesome-books-2

Awesome books is a simple website that displays a list of books and allows you to add and remove books from that list.

MIT License

Stars
2

Table of Contents ๐Ÿ“‹

Awesome Books ๐Ÿ“–

Awesome Books is a simple website that displays a list of books and allows you to add and remove books from that list.

Built With ๐Ÿ› 

Tech Stack ๐Ÿ—œ๏ธ

Key Features ๐Ÿท๏ธ

  • Manage books collection
  • Remove Books
  • Add Books

Live Demo ๐Ÿš€

This project is hosted on GitHub pages, so if you want to check it online, please ๐Ÿ˜Š here.

Getting Started ๐Ÿ’ป

To get a local copy up and running, follow these steps.

Prerequisites ๐Ÿงฑ

In order to run this project you need:

Setup โš™๏ธ

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/lily4178993/awesome-books-2.git

  • Navigate to the folder
cd my-folder
cd awesome-books-2
  • Checkout the branch
git checkout dev

Install ๐Ÿ—๏ธ

Install all dependencies:

    npm install

Usage ๐Ÿ“‚

To run the project, open index.html to your preferred browser.

Run tests ๐Ÿงช

How should it be tested? To run tests, run the following command:

  • HTML linter errors run:
npx hint .
  • CSS linter errors run:
npx stylelint "**/*.{css,scss}" --fix
  • JavaScript linter errors run:
npx eslint . --fix

Deployment

You can deploy this project using: GitHub Pages, Vercel or Netlify.

This project was deployed using GitHub Pages. For more information about how to use GitHub pages read here ๐Ÿคฉ. If you want to watch a video about how to use GitHub pages instead of reading click here โ˜บ๏ธ.

๐Ÿ‘ฅ Author

๐Ÿ‘ค Nelly Telli

Future Features ๐Ÿ”ญ

  • Make the app responsive
  • Implement editing a book

Contributing ๐Ÿค

If you have suggestions ๐Ÿ“, ideas ๐Ÿค”, or bug reports ๐Ÿ›, please feel free to open an issue on GitHub. Remember, every contribution, no matter how big or small, makes a difference.

Show your support ๐ŸŒŸ

Thank you for taking the time to explore my GitHub project! Your support means a lot to me. If you find my project valuable and would like to contribute, here are a few ways you can support me:

  • Star the project โญ๏ธ: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.

  • Fork the project ๐Ÿด ๐ŸŽฃ: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.

  • Share with others ๐Ÿ—บ๏ธ: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.

Acknowledgments ๐Ÿ™

I would like to express my sincere gratitude to Microverse, the dedicated reviewers, and my partners. Your unwavering support, feedbacks, and collaborative efforts have played an immense role in making this journey a resounding success. Thank you for being an integral part of my achievements.

FAQ โ“

  • Question_1
    Do I have to use the vs code specifically?
    • Answer_1
      You can use any code editor of your choice.
  • Question_2
    Where can I download node JS for installation?

License ๐Ÿ“

This project is MIT licensed.

Related Projects