Skip to content

tylher/awesome-book-project

Repository files navigation

Awesome books

An book library app that stores books. any book can be added to the books library and remover from the books library

Built With

  • HTML
  • JavaScript

Live Demo (if available)

Live Demo Link

Getting Started

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

Prerequisites

  • Understand how HTML and javascript object works
  • Understand Es6 modules
  • Understand github and gitflow

Install

To view and edit this project, you need to install the following,

  • Any web browser of your choice
  • Git and Gitbash
  • Any code editor of your choice

Usage

  • To clone the repository run this command git clone git@github.com:tylher/awesome-book-project.git in your command line

Run tests

For tracking linters errors locally you need to follow these steps:

  • After cloning the project you need to run this command

    npm install This command will download all the dependencies of the project

  • For tracking the linter errors in HTML file run:

    npx hint .

  • For tracking the linter errors in CSS file run:

    npx stylelint "*/.{css,scss}"

    • And For tracking the linter errors in JavaScript file run:

      npx eslint .

Deployment

  • GitHub Pages was used to deploy my website
  • For more information, see "About github page"

Authors

👤 Author1

👤 Author2

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

This is a book library app which stores books using the title and author

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published