Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peteugwu/bookstore
- Owner: PeteUgwu
- License: mit
- Created: 2022-12-17T12:42:43.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-11T13:05:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T11:41:59.808Z (3 months ago)
- Topics: css, javascript, progressive-web-app, react, reactjs
- Language: JavaScript
- Homepage: https://pee-react-bookstore.onrender.com
- Size: 1.76 MB
- Stars: 4
- 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)
- [🚀 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)> In this project, React-Redux application is connected to an existing API to create and remove books in a remote server.
>
- 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
>
- **See list of books**
- **Add book to the list**
- **Delete book from the list**
>
- [Live Demo Link](https://pee-react-bookstore.onrender.com)
>
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
```
👤 **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/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/PeteUgwu/Bookstore/issues).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
## Show your support
- Give a ⭐️ if you like this project!
- This project is [MIT](https://github.com/PeteUgwu/Bookstore/LICENSE) licensed.