Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helcioitiyama/financial_control_frontend
- Owner: helcioItiyama
- Created: 2020-07-17T20:36:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:34:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:34.918Z (over 1 year ago)
- Language: JavaScript
- Size: 6.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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.
## :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
```