Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginabeki/bookstore
A simple website to store your favorite books by category. Built with redux
https://github.com/ginabeki/bookstore
Last synced: 19 days ago
JSON representation
A simple website to store your favorite books by category. Built with redux
- Host: GitHub
- URL: https://github.com/ginabeki/bookstore
- Owner: ginabeki
- Created: 2022-12-08T19:05:38.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2023-01-12T09:07:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T06:24:17.220Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://bookstoreshelf.netlify.app/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BookStore
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[BookStore\] ](#-bookstore-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [📝 License ](#-license-)> Describe your project in 1 or 2 sentences.
**[BookStore]** is a single app application that allows users to add and delete book. Also, the app is configured with redux store.
> This Project is bookstore project by using react
Client
Server
Database
- **[Add]**
- **[Delete]**
- **[Filter]**
- [Live Demo Link](https://bookstoreshelf.netlify.app/)
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
npm install
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:ginabeki/bookstore.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm run test
```
### Deployment
You can deploy this project using:
```sh
npm run build
```
> Mention all of the collaborators of this project.
👤 **Gina Beki**
- GitHub: [@ginabeki](https://github.com/ginabeki)
- Twitter: [@twitterhandle](https://twitter.com/_gina_bw)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gina-beki-a85846103/)
- [ ] **[Comment]**
- [ ] **[Edit]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ginabeki/bookstore/issues).
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._