/bookstore

A bookstore page where you can display books, add books, and remove books from your list.

Primary LanguageJavaScript

📗 Table of Contents

📖 Bookstore

Bookstore is a page where you can display books, add books, and remove books from your list.

🛠 Built With

Tech Stack

Client

Key Features

  • Users can see a list of books
  • Users can add new books
  • Users can remove books

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project your system should have Node.js and npm installed. You can check your Node.js version by running

 node -v

and for npm

 npm -v

Setup

Clone this repository to your desired folder:

 cd my-folder
 git clone git@github.com:DiegoMero/bookstore.git

Install

Install this project with:

 npm install

Usage

To run the project, execute the following command:

 npm start

(back to top)

👥 Authors

👤 Diego Mero

(back to top)

🔭 Future Features

  • Reading Progress Tracking
  • Book Locking to Prevent Accidental Deletion
  • Genre Tagging

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank all my coding partners that help me through the obstacles.

(back to top)

📝 License

This project is MIT licensed.

(back to top)