https://github.com/ogustavo-pereira/moneystore
Example of a small financial application using react
https://github.com/ogustavo-pereira/moneystore
css html5 javascript react
Last synced: 7 months ago
JSON representation
Example of a small financial application using react
- Host: GitHub
- URL: https://github.com/ogustavo-pereira/moneystore
- Owner: ogustavo-pereira
- License: mit
- Created: 2020-04-15T23:18:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T16:45:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T13:49:17.079Z (9 months ago)
- Topics: css, html5, javascript, react
- Language: JavaScript
- Homepage: https://moneystore.vercel.app/
- Size: 3.75 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Money Store
Example of a small financial application using react[](https://github.com/oguhpereira/moneystore/blob/master/LICENSE)

## How to run
To run the application you will need to perform the following commands:
* Clone repository and install dependencies
```shell
$ git clone git@github.com:oguhpereira/moneystore.git
```* Go to repository
```shell
$ cd moneystore
```* Install dependencies
```shell
$ yarn install
```* Run application
```shell
$ yarn start
```## How to use
To use the application it is first necessary to create a user. On the login screen, you will be able to register your username and then you will be able to log in and use the application.
## How run test
This project uses enzyme and jest to test these components. To run the tests you must run the following command in the terminal
```shell
$ yarn test
```## How to build
```shell
$ yarn build
```## Storybook
To view the component documentation you can open the storybook with the following command
```shell
$ yarn storybook
```### Technologies
- Javascript
- React
- StoryBook## License
[MIT License](https://github.com/oguhpereira/moneystore/blob/master/LICENSE)