/Awesome-books

About "Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list. By building this application, you will learn how to manage data using JavaScript. Built with HTML ,CSS and ES6

Primary LanguageJavaScript

📗 Table of Contents

📖 Awesome Books

This is Awesome Books site, created with HTML and Javascript.

🛠 Built With

Tech Stack

HTML
Javascript

Key Features

  • GitHub WorkFlow

(back to top)

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Code editor
  • Node

Setup

Clone this repository to your desired folder by opening the terminal and running the following command:

 git clone `git@github.com:StevenWafeek/Awesome-books.git`

Install

Install this project with:

 npm install

Usage

To run the project:

Open the Project in your code editor and start Live Server inside the index.html file.

Run tests

To run tests, run the following commands:

For HTML linter errors:

 npx hint .

For CSS linter errors:

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

For Javascript linter errors:

 npx eslint .

Deployment

Deployed by GitHub Pages.

(back to top)

👥 Authors

👤 Hajnalka Oltyan

👤 steven wafeek

(back to top)

🔭 Future milestone

  • using ES6

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project please leave a star and a comment.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse to have this opportunity, and also thank you the code review team.

(back to top)

📝 License

This project is MIT licensed.

(back to top)