Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kidd254/bookstore-react-redux

The project retrieves, and updates books by adding or removing books from API. The project also keeps track of reading progress.
https://github.com/kidd254/bookstore-react-redux

api bootstrap5 css html5 javascript reactjs reduxtoolkit

Last synced: 27 days ago
JSON representation

The project retrieves, and updates books by adding or removing books from API. The project also keeps track of reading progress.

Awesome Lists containing this project

README

        

# πŸ“— 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)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– [Bookstore-React-Redux]

> This is a Bookstore app built with HTML, CSS, and REACT in this app you can keep add books and keep track of reading progress..etc,

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- [x] Set up the project using (CRA) create-react-appπŸ‘.
- [x] Remove the boilerplate from the project after setting upπŸ’―.
- [x] Use the basic CSS style for styling the components.
- [x] Webpack
- [x] Redux
- [x] Routing
- [x] Babel
- [x] ES6, Modules
- [x] Gitflow

(back to top)

## πŸš€ Live Demo

- [a link to the online version](https://bookstore-react-redux-x12q.onrender.com/)

- [a link to a presentation about this project]()

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Kidd254/Bookstore-React-Redux.git
```

### Install

Install this project with:
```sh
cd Bookstore-with-React-Js
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests for the linter, run the following command:

```sh
npx hint .
npx eslint . --fix
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Lawrence Muema Kioko**
- GitHub: [@githubhandle](https://github.com/Kidd254)
- Twitter: [@twitterhandle](https://twitter.com/lawrenc98789206)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lawrence-muema-kioko-972035240/)

(back to top)

## πŸ”­ Future Features

- [x] I will test this app using thte library from React or maybe use Jest to test itπŸ‘ŒπŸ’―.
- [x] Use API to fetch existing books and display some by default for selection by users

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Kidd254/Bookstore-React-Redux/issues).

(back to top)

## ⭐️ Show your support

- If you like this project you can give me a star 😊 just to prove my app that it is useful for everyone and the users can use it to calculate anything πŸ’―.

(back to top)

## πŸ™ Acknowledgments

- I would like to give a vote of thanks to Microverse for this opportunity.

(back to top)

## ❓ FAQ

- What is this for?

This is a React.js project created by Microverse to allow students learn and practice React.js.

- Can I copy this project?

Your welcome, copy this project and let us know if you need something.

## πŸ“ License

This project is [MIT](https://github.com/Kidd254/Bookstore-with-React-Js/blob/set-up/LICENSE) licensed.

(back to top)