Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegoarcega/wallet
Wallet of Fiat currencies. Exchange and store your currencies in one platform
https://github.com/diegoarcega/wallet
react redux redux-saga savvy wallet
Last synced: 5 days ago
JSON representation
Wallet of Fiat currencies. Exchange and store your currencies in one platform
- Host: GitHub
- URL: https://github.com/diegoarcega/wallet
- Owner: diegoarcega
- Created: 2019-04-30T15:14:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:30:05.000Z (about 2 years ago)
- Last Synced: 2024-03-17T19:10:51.388Z (11 months ago)
- Topics: react, redux, redux-saga, savvy, wallet
- Language: JavaScript
- Homepage: https://savvy-wallet.surge.sh/
- Size: 5.93 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fiat Wallet
Wallet of Fiat currencies. Exchange and store your currencies in one platform.![Wallet](./docs/savvy-wallet.gif)
## Description of chosen libs
* *create-react-app*: It has everything a developer might need in a medium to large project, possibility
of eject the app and further customize the configurations
* *redux-saga*: Better side effect management of async requests
* *semantic-ui-react*: A good(not ideal) CSS framework with enough components to build a pleasant UI without hassle## Run the App
- Install dependencies with `npm install` or `yarn install`
In the project directory, you can run:
### `npm start` or `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.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.