Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/helcioitiyama/financial_control_frontend

Frontend part of the app for a personal financial controller
https://github.com/helcioitiyama/financial_control_frontend

Last synced: 10 days ago
JSON representation

Frontend part of the app for a personal financial controller

Awesome Lists containing this project

README

        

## :arrow_right: ABOUT THE PROJECT

This project was developed using ReactJS to keep a personal finances controlled. You can add, edit and delete your transactions as well as search by description.


homepage

## :computer: TECHNOLOGIES USED FOR THIS PROJECT:

### Front-end
- [**react**](https://github.com/facebook/react)
- [**react-icons**](https://react-icons.github.io/react-icons)
- [**react-toastify**](https://github.com/fkhadra/react-toastify)
- [**styled-components**](https://github.com/styled-components/styled-components)

## :information_source: HOW TO RUN THE APPLICATION

To clone and run this application, you'll need Git, NodeJS, Babel, WebPack.

You just need to run the following commands:

```bash
# Clone this repository
$ https://github.com/helcioItiyama/financial_control_frontend.git

# Go into the repository
$ cd financial_control_frontend

# Install dependencies
$ yarn

# Run page
$ yarn start
```