Preview | Technologies Used | How to run the project | How to contribute | License
It's an application that makes financial transactions.
Services:
- Create transaction
- Read transactions
- Delete transaction
- Read file and create transaction
- React.js
- TypeScript
- Axios
- Styled components
- Context API
- Clone this repository
git clone https://github.com/RuthMaria/GoFinances-frontend.git
- Install dependencies
yarn
- Run the project
yarn start
- Run the tests
yarn test
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.