Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alibaba2023/book-store

BookStore is an innovative web project designed to simplify book management for avid readers and book enthusiasts. This API-powered platform allows users to effortlessly add, organize, and remove books from their virtual bookshelves. With robust data storage capabilities, BookStore ensures that users' valuable book information is securely stored.
https://github.com/alibaba2023/book-store

jsx-syntax react react-redux react-toolkit redux-toolkit

Last synced: 4 days ago
JSON representation

BookStore is an innovative web project designed to simplify book management for avid readers and book enthusiasts. This API-powered platform allows users to effortlessly add, organize, and remove books from their virtual bookshelves. With robust data storage capabilities, BookStore ensures that users' valuable book information is securely stored.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Book store ](#-book-store-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Book Store

**Book Store** is my first react project.

## 🛠 Built With

1. ✅ **React**

### Tech Stack

Markup


  • HTML

  • MD markup

Style


  • CSS

Dynamic


  • JavaScript

  • React

  • WepPack

### Key Features

- **React-based project**
- **Responsive**

(back to top)

## 🚀 Live Demo

- ✅ You can see the live demo of this webpage by clicking: [Live Demo Link](https://book-store-oti6.onrender.com)

(back to top)

## 💻 Getting Started

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

1. Download or clone this [repostory](https://github.com/Alibaba2023/book-store).
2. Provide a modern web browser.

### Prerequisites

**In order to run this project you need:**

- ✔ [Git](https://git-scm.com/downloads) installed in your machine.
- ✔ Sign in or sign up to your [Github](https://github.com/) account.
- ✔ A professional editer such as [VS Code](https://code.visualstudio.com/download).
- ✔ An Updated web browser such as Google Chrome, you can download it from [here](https://www.google.com/chrome/).
- ✔ [Node.js](https://nodejs.org/en/download) installed in your machine.
- ✔ Stylelint
- ✔ ESLint
- ✔ WebPack

```sh
npm init -y
npm install --save-dev [email protected]
npx hint .
```

- ✔ Stylelint

```sh
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```

- ✔ ESLint

```sh
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```

### Setup

- Clone this [repository](https://github.com/Alibaba2023/book-store) to your desired folder:

- Example commands:

```sh
cd [YOUR FOLDER]
git clone https://github.com/Alibaba2023/book-store.git
```

### Install

- Run the following command in the root directory of the project to install all dependencies.

```sh
npm install
```

### Usage

- To run the project, execute the following command:

```sh
cd [YOUR FOLDER]
git clone https://github.com/Alibaba2023/book-store.git
```

### Run tests

1. ☑ Stylelint

```
npx stylelint "**/*.{css,scss}"
```

2. ☑ ESLint

```
npx eslint .
```

### Deployment

**This project is deployed by the author, no permission for deployment by any other client.**

(back to top)

## 👥 Authors

👤 **Mohammad Anwar Hussaini**

- GitHub: [@Alibaba2023](https://github.com/Alibaba2023)
- Twitter: [@AliBabaHu2023](https://twitter.com/AliBabaHu2023)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ali-baba-hussaini-630607267/)

(back to top)

## 🔭 Future Features

- [ ] **Unit test**
- [ ] **Responsive**
- [ ] **Deployment**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the: [issues page](https://github.com/Alibaba2023/math-magicians/issues).

(back to top)

## ⭐️ Show your support

If you like this project, kindly drop a start for the [repository](https://github.com/Alibaba2023/book-store);

(back to top)

## 🙏 Acknowledgments

**I would like to thank my family and Microvese for their support.**

(back to top)

## 📝 License

This project is [MIT](LICENSE) licensed.

(back to top)