Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joytaribagshaw/bookstore
In this project, users can Add a Book, Delete a Book, Edit a Book. It is created using Create React App, React Router V6.
https://github.com/joytaribagshaw/bookstore
create-react-app jsx react-router reactjs redux redux-thunk redux-toolkit
Last synced: 30 days ago
JSON representation
In this project, users can Add a Book, Delete a Book, Edit a Book. It is created using Create React App, React Router V6.
- Host: GitHub
- URL: https://github.com/joytaribagshaw/bookstore
- Owner: JoyTaribagshaw
- License: mit
- Created: 2023-08-18T14:06:21.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-03T21:19:58.000Z (about 1 year ago)
- Last Synced: 2023-11-03T22:25:26.941Z (about 1 year ago)
- Topics: create-react-app, jsx, react-router, reactjs, redux, redux-thunk, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 611 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bookstore Project
# 📗 Table of Contents- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Bookstore** is a web-base app for adding your favorite books and store them in the browser's local-storage.
Client
Server
Database
- **Component base**
- **Routing**
- **Local Storage**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Node js
- NPM
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
git clone https://github.com/JoyTaribagshaw/Bookstore.git
```
### Install
Install this project with:
Example command:
```js
cd bookstore
npm install
```
### Usage
To run the project, execute the following command:
Example command:
```js
npm run start
```
### Deployment
You can deploy this project using:
Example:
```js
npm run build
```
👤 *Joy Tari*
- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](www.linkedin.com/in/joytaribagshaw)
- **[Using Redux]**
- **[Connect to the API]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/JoyTaribagshaw/Bookstore/issues).
If you like this project you can give an ⭐ to it
I would like to thank Microverse to make this challenge
This project is [MIT](./LICENSE) licensed.