/BookStore

This is a Bookstore web app created with React & Redux. A user can add a book with his author and category also can track its progress.

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 BOOK STORE

This is a react app that show your books progress with author name and title.

BOOK STORE

Key Features

Describe between 1-3 key features of the application.

  • [key_feature_1] - You can add your favourite book
  • [key_feature_2] - You can check progress

(back to top)

🚀 Live Demo

Add a link to your deployed project.

(back to top)

💻 Getting Started

Describe how a new developer could make use of your project.

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Itswali/BOOKSTORE.git
  cd BOOKSTORE

Example commands:

  cd my-folder
  git clone git@github.com:myaccount/my-project.git

INSTALL

Before installing the app, make sure to install node.js in your machine. In order to check if node is installed run the following command:

  node -v

Install this project with:

  npm install

Usage

To run the project in a development server, execute the following command:

  npm start

Testing

To run the tests in a development server, execute the following command:

  npm test

To to build for the production, execute the following command:

  npm run build

Deployment

You can deploy this project using Github Pages

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👤 Wali-Muhammad

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • Addition of a home page
  • Addition of a Collection

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project then give it a star ⭐️

(back to top)

(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)