Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubydevi/react-bookstore
In this project, I will be creating a website that allows user to display, add and remove books using react and redux.
https://github.com/rubydevi/react-bookstore
api react redux render
Last synced: about 4 hours ago
JSON representation
In this project, I will be creating a website that allows user to display, add and remove books using react and redux.
- Host: GitHub
- URL: https://github.com/rubydevi/react-bookstore
- Owner: rubydevi
- License: mit
- Created: 2023-07-20T12:00:23.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-12-23T13:09:10.000Z (11 months ago)
- Last Synced: 2023-12-23T15:41:30.680Z (11 months ago)
- Topics: api, react, redux, render
- Language: JavaScript
- Homepage: https://bookstore-29yd.onrender.com/
- Size: 812 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)- [💻 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)You can get access to a list of books in this website and you can also add, delete or update which was made possible using react and redux.
Client
- HTML and CSS
- JavaScript
- React
- **React App**
- **JSX**
- **SPA**
### Prerequisites
In order to run this project you need:
1. git
2. VS Code or any code editor
3. npm intalled
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:rubydevi/react-bookstore.git
cd react-bookstore
```
### Install
Install this project with:
```sh
npm install
```
### Usage
To run this project in the browser, run the code below on your terminal:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
npx eslint "**/*.{js,jsx}"
```
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- Twitter: [@arieabyss](https://twitter.com/ariesabyss)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
- CRUD operations.
- Dynamic Progress.
- User Management.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/react-bookstore/issues).
If you like this project please leave a star, I'd really appreciate it.
- I'd like to thank Microverse for this wonderful README template.
This project is [MIT](https://github.com/rubydevi/react-bookstore/blob/main/LICENSE) licensed.