Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conscious-puppet/react-book-list
Book List built with React and Context and Hooks API
https://github.com/conscious-puppet/react-book-list
context-api-react hooks-api-react react
Last synced: about 8 hours ago
JSON representation
Book List built with React and Context and Hooks API
- Host: GitHub
- URL: https://github.com/conscious-puppet/react-book-list
- Owner: conscious-puppet
- Created: 2021-02-09T14:07:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T06:51:51.000Z (almost 4 years ago)
- Last Synced: 2023-10-05T18:44:45.694Z (over 1 year ago)
- Topics: context-api-react, hooks-api-react, react
- Language: JavaScript
- Homepage: https://abshekh.github.io/React-Book-List/
- Size: 561 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Book List
> Book List app built with React and along with Context and Hooks API for state management. Used local storage to store key value pairs.
[http://abshekh.github.io/React-Book-List](http://abshekh.github.io/React-Book-List)
![screenshot](./uploads/Screenshot.png)
## Quick Start
### Install Dependencies (frontend)
```bash
# Install dependencies
npm install
```### Run
```bash
# Run the client
npm start# Client runs on http://localhost:3000
```