Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uttesh/mywallet

Its a simple react app to demonstrate the use of react hooks and context API with react 16.x
https://github.com/uttesh/mywallet

react react-context-api react-context-api-example react-context-hooks react-hooks react-usereducer react-usestate reactjs

Last synced: about 7 hours ago
JSON representation

Its a simple react app to demonstrate the use of react hooks and context API with react 16.x

Awesome Lists containing this project

README

        

# My Wallet

My Wallet is a simple application uses hooks,contextAPI and reducer features of the react.

# Demo

Here's an app screen shot:

![MyWallet](app.png)

## build and start
execute install
```
> yarn install
```
start the application
```
> yarn start
```

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

Credit sources:
1. taken the screen style and html from the codepen and converted to react project.
https://codepen.io/DomoBritton/pen/QdKjqj