https://github.com/programkingabel/bookstore
A web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;
https://github.com/programkingabel/bookstore
react react-router reactjs redux
Last synced: 2 months ago
JSON representation
A web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;
- Host: GitHub
- URL: https://github.com/programkingabel/bookstore
- Owner: ProgramKingAbel
- License: mit
- Created: 2023-06-22T20:14:14.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-07-02T18:56:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T00:40:31.748Z (over 1 year ago)
- Topics: react, react-router, reactjs, redux
- Language: JavaScript
- Homepage: https://online-bookstore-erh5.onrender.com
- Size: 846 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> # Bookstore
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 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 ](#faq)
- [📝 License](#license)
> **[Bookstore]** is a web App that allows you to Display a list of books, Add a book, Remove a selected book. This application, imitates the use React and Redux in the context of a real application;
- Client
- **[REACT LIBRARY]**
- **[REACT COMPONENTS]**
- **[REDUCERS AND ACTIONS]**
- **[REDUX IN REACT COMPONENTS]**
- **[USED CONNECTION TO API]**
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:ProgramKingAbel/bookstore.git
### Install
Install this project with:
- You can deploy this project on hosting provider of your choise or you can deploy it on github pages.
### Usage
- Use following commands to run on your local system:
npm run build
npm run dev
### Run tests
- Run the following script and style test:
npm test
npx eslint "**/*.{js,jsx}"
npx stylelint "**/*.{css}"
### Deployment
You can deploy this project using:
- Free deployment services like GitHub pages.
- Any deployment services of your choice.
👤 **Abel Matunda Morara**
- GitHub: [@ProgramKingAbel](https://github.com/ProgramKingAbel)
- Twitter: [@CEOAbel1](https://twitter.com/CeoAbel1)
- LinkedIn: [C.E.O Abel Matunda Morara](https://www.linkedin.com/in/abelmatundamorara-451340250/)
- [ ] **[Add Live version]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ProgramKingAbel/bookstore/issues).
If you like this project, give it a star
We would like to thank Microverse and our coding partners.
- **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.