https://github.com/ab-noori/bookstore
Using React and Redux in the context of a real application to create an simplified version of Bookstore to: Display a list of books, Add a book and Remove a selected book.
https://github.com/ab-noori/bookstore
html-css-javascript pre-processor react-redux scss
Last synced: 3 months ago
JSON representation
Using React and Redux in the context of a real application to create an simplified version of Bookstore to: Display a list of books, Add a book and Remove a selected book.
- Host: GitHub
- URL: https://github.com/ab-noori/bookstore
- Owner: ab-noori
- License: mit
- Created: 2023-04-22T02:35:36.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-29T06:57:17.000Z (over 2 years ago)
- Last Synced: 2025-07-06T14:02:54.924Z (3 months ago)
- Topics: html-css-javascript, pre-processor, react-redux, scss
- Language: JavaScript
- Homepage: https://ab-bookstore.onrender.com
- Size: 1.48 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> # Bookstore CMS
| Desktop Veiw Representation|
|---------------------------------------|
||
||
||# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)> **[Bookstore CMS]** Will be created using React and Redux in the context of a real application to create an simplified version of Bookstore to: Display a list of books, Add a book and Remove a selected book.
- **[Responsive layout]**
- **[UX/UI accessibility]**
- **[Dynamic data]**
> - [Live Demo Link](https://ab-bookstore.onrender.com)
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
- A browser of you choice.
- A text editor of your choice.
- An installed node.js on your local system
### Setup
Clone this repository to your desired folder:
- Use the following Commands:
cd your-desired-folder
git clone git@github.com:ab-noori/bookstore.git
### Install
- Install this project with:
npx create-react-app my-app
cd my-app
npm start
### Usage
- Use following commands to run on your local system:
npm run build
npm run deploy
### Run tests
- Run the following script and style test:
npx eslint "**/*.{js,jsx}"
npx eslint "**/*.{js,jsx}" --fix
npx stylelint "**/*.{css,scss}"
npx stylelint "**/*.{css,scss}" --fix
### Deployment
- You can deploy this project using:
npm run build
gh-pages -d build
👤 **Abdul Ali Noori**
- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdul-ali-noori](https://www.linkedin.com/in/abdul-ali-noori-384b85195/)
- [ ] **[Add About page]**
- [ ] **[Add Contact page]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ab-noori/bookstore/issues).
If you like this project, give it a star.
I would like to thank Microverse and my coding partners, and a Micronaut, Miss [`Kanza Tahreem`](https://github.com/KanzaTahreem), she has done amazing projects, I inspired from her project for this project. also I want to give credit to [`Nerd's lesson`](https://www.youtube.com/@Nerdslesson)
YouTub Channel, it's [`react tutorial`](https://www.youtube.com/watch?v=cd3P3yXyx30) is really helpfull.
- **How to make it mobile friendly?**
- Put a viewport tag in the header
- **How to design the site?**
- Draw a mockup before start to code
This project is [MIT](./LICENSE) licensed.