Skip to content

Latest commit

 

History

History
162 lines (98 loc) · 4.03 KB

README.md

File metadata and controls

162 lines (98 loc) · 4.03 KB

📗 Table of Contents

📖 Bookstore

Bookstore is a website that allows users to see the list of books, add a book to the list, and remove a book from the list. It is built with React, Redux, and Bookstore API.

🛠 Built With

  • CSS
  • React
  • Redux

Tech Stack

Client

Key Features

  • Displays the list of books
  • Add a book to the list
  • Remove a book from the list

(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 you need:

  • node.js
  • git

Setup

Clone this repository to your desired folder:

  • Open your terminal

  • Navigate to the directory where you want to clone the project.

  • Clone the project using by running the following command:

git clone https://github.com/AbeeraTahir/Bookstore.git

Install

Install this project using the following command:

npm install.

Usage

To run the project, execute the following commands:

  • npm run build
  • npm start

Run tests

To run tests, run the following command:

npm test

(back to top)

👥 Authors

👤 Abeera Tahir

(back to top)

🔭 Future Features

  • Functionality to the Update Progress and Edit button can be added.
  • Comments feature with each book can be added.

(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

N/A

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)