Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peteugwu/bookstore

In this project, the React-Redux application is connected to an existing API to create and remove books in a remote server. Hence the UI allows the display and removal of books added by a user.
https://github.com/peteugwu/bookstore

css javascript progressive-web-app react reactjs

Last synced: 2 months ago
JSON representation

In this project, the React-Redux application is connected to an existing API to create and remove books in a remote server. Hence the UI allows the display and removal of books added by a user.

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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Bookstore

> In this project, React-Redux application is connected to an existing API to create and remove books in a remote server.

## 🛠 Built With

### Tech Stack

>
- HTML

- CSS

- Javascript

- React

- Webpack

- NPM

- Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).

- Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).

- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).

Client

Server

Database

### Key Features

>

- **See list of books**
- **Add book to the list**
- **Delete book from the list**

(back to top)

## 🚀 Live Demo

>

- [Live Demo Link](https://pee-react-bookstore.onrender.com)

(back to top)

## 💻 Getting Started

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

- npm
```sh
npm install npm@latest -g
```

### Setup

1. Clone the repo by running the command
```sh
git clone https://github.com/PeteUgwu/Bookstore
```
2. Open the directory of the project
```sh
cd Bookstore
```
3. Install project dependencies
```sh
run npm install
```
4. Open the html file
```sh
run npm start

### Run tests

To run tests, run the following command:

- npm
```sh
npm test
```

(back to top)

## 👥 Author

👤 **Peter Ugwu**

- GitHub: [@PeteUgwu](https://github.com/PeteUgwu)
- Twitter: [@Petrus4Charles](https://twitter.com/Petrus4Charles)
- LinkedIn: [/peter-ugwu-15a3a724b/](https://www.linkedin.com/in/peter-ugwu-15a3a724b/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/PeteUgwu/Bookstore/issues).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

(back to top)

## Show your support

- Give a ⭐️ if you like this project!

(back to top)

## 📝 License

- This project is [MIT](https://github.com/PeteUgwu/Bookstore/LICENSE) licensed.

(back to top)