An open API service indexing awesome lists of open source software.

https://github.com/mahabubx7/bookstore

A web application for storing various book's information and listing it.
https://github.com/mahabubx7/bookstore

prop-types react redux redux-toolkit scss-styles

Last synced: about 2 months ago
JSON representation

A web application for storing various book's information and listing it.

Awesome Lists containing this project

README

          


Bookstore


# 📗 Table of Contents

- [📗 Table of Contents](#table-of-contents)
- [📖 \[Bookstore\] ](#bookstore)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Live Preview](#live-preview)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#️show-your-support)
- [🙏 Acknowledgments](#acknowledgments)
- [❓ FAQ (OPTIONAL)](#faq-optional)
- [📝 License](#license)

# 📖 [Bookstore]

A web application for storing various book's information and listing it.

## 🛠 Built With `HTML/CSS`,`Webpack`, `Redux`, and `React`

### Tech Stack `HTML/CSS` with `Webpack`, `Redux` & `React`

Client

### Key Features

- **[Single Page Application (SPA)]**
- **[Nodejs for development]**
- **[Webpack for static bundler]**
- **[React: a frontend library]**
- **[Redux: for global state management]**

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

Check Git is already installed and working:

```sh
git --version
node --version
```

It should not show you any error. And should return the version info.

### Setup

Clone this repository to your desired folder:

Execute this:

```sh
git clone git@github.com:mahabubx7/bookstore.git
```

### Install

Install this project with:

Install Dependencies:

```sh
cd your-project-folder
npm install
```

### Usage

To run the project, execute the following command:

Execute this:

```sh
npm start
```

### Run tests

To run tests, run the following command:

For running tests:

```sh
npm test
```

For running Linter-checks:

```sh
npm run lint
```

### Live Preview

Not available yet. [It's coming soon.]

### Deployment
Deployed in `Github Pages`. [Live Preview](https://bookstore-mahabubx7.netlify.app/)

(back to top)

## 👥 Authors

👤 **Mahabub**

- GitHub: [@mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabub\_\_7](https://twitter.com/mahabub__7)
- LinkedIn: [in/mahabubx7](https://linkedin.com/in/mahabubx7)

(back to top)

## 🔭 Future Features

- [x] **[React Components & Props]**
- [x] **[React Router]**
- [x] **[Redux, Redux-Toolkit]**
- [ ] **[Test Driven Development (TDD)]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project... please give it a start.

(back to top)

## 🙏 Acknowledgments

I would like to thank... the microverseinc.

(back to top)

## ❓ FAQ (OPTIONAL)

- **[Why Webpack?]**
- [It is a static bundler. It helps us to bundle a big and massy web-pages project into a bundled and gives us optimized performance. ]

- **[What is React?]**
- [React is a frontend library for developing SPA. It is the most popular and widely used in 2023 in frontend development.]

(back to top)

## 📝 License

This project is [Creative Commons](./LICENSE) licensed.

(back to top)