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

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.

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 ]

> "Bookstore" is a website in which users can view, comment, remove, edit and add books.

**[Bookstore ]** is a...

## 🛠 Built With

### Tech Stack

Client

### Key Features

- 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

(back to top)

## 🚀 Live Demo

- [Bookstore](https://bookstore-kvk0.onrender.com)

(back to top)

## 💻 Getting Started

> 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
```

(back to top)

## 👥 Authors

👤 **Biruk Bereka**

- GitHub: [@biruk-bereka](https://github.com/biruk-bereka)
- LinkedIn:[@Biruk Bereka](https://www.linkedin.com/in/biruk-bereka1212/)

(back to top)

## 🔭 Future Features

- [ ] **[Making improvements ]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give a star!!

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank my partners.

(back to top)

(back to top)

## 📝 License

This project is [LICENSE](./LICENSE) licensed.

(back to top)