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

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

Awesome Lists containing this project

README

          





Money Store



Example of a small financial application using react

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/oguhpereira/moneystore/blob/master/LICENSE)

![Screenshot](https://github.com/oguhpereira/moneystore/blob/master/.github/screenshot.png?raw=true)

## 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)