/Awesome-books-ES6

Primary LanguageJavaScriptMIT LicenseMIT

Awesome books: with ES6

📗 Table of Contents

📖 [Awesome books: with ES6]

The Awesome Book project had a simple objective: to build a book store website where users could easily add or remove books. All book details, like titles and authors, were stored right on the user's device for their convenience.

🛠 Built With

Tech Stack

Client

Key Features

  • User can add a new book to the collection, with title and author.
  • User can remove a book from the collection.
  • Data is preserved in the browser's memory by using localStorage.

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

  • To install a duplicate of this project on your computer, kindly abide by the guidelines provided below.

Prerequisites

  • To launch the project, please clone my repository onto your PC.

Setup

Clone this repository to your desired folder:

  • Click Code button (shown in green color)
  • Copy URL.
  • Please clone it with the following command: git clone (your copied URL)

Install

  • Install VS code, Node.js and git on your local computer.

Usage

  • In order to run this project, please clone this repository to your PC and open index.html file.

Run tests

To trace linter errors in VS code, please use the following commands:

  • For HTML:
npx hint .
  • For CSS:
npx stylelint "**/*.{css,scss}"
  • For Javascript:
npx eslint .

Deployment

  • You can deploy this project using: gitHub pages

(back to top)

👥 Author

👤 Ye Min Thu

(back to top)

🔭 Future Features

  • To create Responsive Web Design.

(back to top)

🤝 Contributing

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

(back to top)

⭐️ Show your support

If you like this project, follow my Facebook Page and subscribe my You Tube Channel.

(back to top)

🙏 Acknowledgments

  • I would like to thank Microverse and my coding partner.

(back to top)

📝 License

This project is MIT licensed.

(back to top)