https://github.com/biruk-bereka/bookstore
"Book Store" is a react application which have a basic functionality of Display a list of books, Add a book, and Remove a selected book.
https://github.com/biruk-bereka/bookstore
react-router reactjs redux redux-toolkit
Last synced: 3 months ago
JSON representation
"Book Store" is a react application which have a basic functionality of Display a list of books, Add a book, and Remove a selected book.
- Host: GitHub
- URL: https://github.com/biruk-bereka/bookstore
- Owner: biruk-bereka
- License: mit
- Created: 2023-02-23T17:23:05.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-09T06:13:03.000Z (over 3 years ago)
- Last Synced: 2025-04-10T02:06:29.093Z (about 1 year ago)
- Topics: react-router, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://bookstore-kvk0.onrender.com/
- Size: 1.42 MB
- Stars: 0
- 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)
- [📖 \[Bookstore \] ](#-bookstore--)
- [🛠 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-)
> "Bookstore" is a website in which users can view, comment, remove, edit and add books.
**[Bookstore ]** is a...
Client
- Set up project using create-react-app
- Using Components to build the website
- Use React Router for routing
- Create books and categories routes
- Create Navbar, Book and Form Components
- Create a a redux store
- Create books and categories slice
- Display books received from silce in react component
- Display books in UI using fecth book from api
- Implement add book functionality to api
- Implement remove book functionality from api
- [Bookstore](https://bookstore-kvk0.onrender.com)
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
npm install
```
```sh
npm start
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/biruk-bereka/Bookstore.git
```
-
### Install
Install dependencies:
```sh
npm i
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
To run the stylehint linter
```sh
npx stylelint "**/*.{css,scss}"
```
To run the ESLint linter
```sh
npx eslint "**/*.{js,jsx}"
```
### Deployment
You can deploy this project using:
```sh
npm run build
```
```sh
npm start
```
👤 **Biruk Bereka**
- GitHub: [@biruk-bereka](https://github.com/biruk-bereka)
- LinkedIn:[@Biruk Bereka](https://www.linkedin.com/in/biruk-bereka1212/)
- [ ] **[Making improvements ]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give a star!!
> Give credit to everyone who inspired your codebase.
I would like to thank my partners.
This project is [LICENSE](./LICENSE) licensed.