Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```