Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alibaba2023/book-store
- Owner: Alibaba2023
- License: mit
- Created: 2023-07-15T04:43:13.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-07-24T12:25:58.000Z (over 1 year ago)
- Last Synced: 2024-12-08T21:30:16.526Z (14 days ago)
- Topics: jsx-syntax, react, react-redux, react-toolkit, redux-toolkit
- Language: JavaScript
- Homepage: https://book-store-oti6.onrender.com
- Size: 1.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is my first react project.
1. ✅ **React**
Markup
- HTML
- MD markup
Style
- CSS
Dynamic
- JavaScript
- React
- WepPack
- **React-based project**
- **Responsive**
- ✅ You can see the live demo of this webpage by clicking: [Live Demo Link](https://book-store-oti6.onrender.com)
**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.**
👤 **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/)
- [ ] **Unit test**
- [ ] **Responsive**
- [ ] **Deployment**
Contributions, issues, and feature requests are welcome!
Feel free to check the: [issues page](https://github.com/Alibaba2023/math-magicians/issues).
If you like this project, kindly drop a start for the [repository](https://github.com/Alibaba2023/book-store);
**I would like to thank my family and Microvese for their support.**
This project is [MIT](LICENSE) licensed.