Skip to content

Project is a bookstore app created using react and redux

License

Notifications You must be signed in to change notification settings

ram1117/bookstore-react-redux

Repository files navigation

logo

Book Store

📗 Table of Contents

📖 Book Store

Book Store is a React application developed using React and Redux. I used create-react-app and redux-toolkit tools for development.A user can add a book to the App and update their reading progress, which will be persisted in an API.

🛠 Built With

Tech Stack

Key Features

  • Use redux
  • Persist changes in API

(back to top)

🚀 Live Demo

The project is deployed in Render. Please find the link Live Demo link below

(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 the following installed in your local machine:

  • Node.js
  • git
  • Github Account

Setup

Clone this repository to your desired folder:

  cd <desired-folder>
  git clone https://github.com/ram1117/bookstore-react-redux.git
  cd bookstore-react-redux

Install

Install this project with:

  npm install

The above command installs necessary node modules used in the project

Usage

To run the project, execute the following command:

  npm run start

The above command opens the project webpage in your browser.

Run tests

There are no test cases added in the project. You can add jest test cases and run them with the following command.

npm run test

Deployment

You can deploy this project using:

npm run build

The above command produces build files that can be deployed using Github pages or any other hosting service.

(back to top)

👥 Authors

👤 Ram Kumar Karuppusamy

(back to top)

🔭 Future Features

  • Mobile version
  • Responsive webpage

(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, please give a Start to the github repo.

(back to top)

❓ FAQ (OPTIONAL)

  • How to report bugs?

    • Please raise github issue with more details about the bug.
  • What is the licensing policy of the project?

    • The project is MIT licensed, please refer to the License section

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Project is a bookstore app created using react and redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published