An app to keep track of of your expenses and income. This app is built with React Native and Expo, the API is built with .NET Core and Entity Framework Core. The API is hosted on Azure.
- Clone the repo
- Install the Expo CLI
- Start the app by running
npx expo start
in the root directory
- Fork the repo
- Create an issue for the feature you want to add or the bug you want to fix under the project tab
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the MIT License. See LICENSE
for more information.