Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uttesh/mywallet
- Owner: uttesh
- Created: 2020-05-24T15:56:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:35:59.000Z (almost 2 years ago)
- Last Synced: 2023-04-05T18:55:24.462Z (over 1 year ago)
- Topics: react, react-context-api, react-context-api-example, react-context-hooks, react-hooks, react-usereducer, react-usestate, reactjs
- Language: JavaScript
- Homepage: http://uttesh.com/mywallet
- Size: 6.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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