https://github.com/osinakayah/js_bookstore_cms
https://github.com/osinakayah/js_bookstore_cms
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/osinakayah/js_bookstore_cms
- Owner: osinakayah
- Created: 2019-05-09T09:18:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:43:17.000Z (over 2 years ago)
- Last Synced: 2023-03-04T10:54:19.288Z (about 2 years ago)
- Language: JavaScript
- Size: 3.93 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookstore Manager
> My Bookstore Manager for keeping records of books and genre they belong to. Got a collection of books? You can use Bookstore Manager and archive your books.
Live url can be found here## Tech Stacks
- React
- Redux
- Bootstrap 4
- CSS## Current version features:
- User can add books to the list
- User can remove books
- User can filter book by genre## Future features
- Persist books that has been added using redux persist.
## InstallFollow these steps:
- Clone this repo
- `cd js_bookstore_cms`
- `yarn install` or `npm install`## Usage
```
yarn start
```Goto `localhost:3000`
## Maintainers
[Osinakayah](https://github.com/osinakayah) and [Sanelca](https://github.com/sanelca)