This is a simple app that allows users to create and manage their goals. Users can create new goals, track their progress. Built in Expo(React Native) and SQLite, the app is designed to be user-friendly and easy to use.
Follow the steps below to run the project.
To run this project, you will need:
-
npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/EdlanioJ/my-goals.git
- Install NPM packages
npm install
Run in Expo Go
npx expo start
Run in a Emulator
// iOS Emulator
npx expo run:ios
// Android Emulator
npx expo run:android
Follow the steps below to use the app.
- Tap the "+" button.
- Enter a name for your goal in the text field and how much to achieve the goal.
- Tap the "Create" button to save your goal.
- Tap the Goal you want to track and check.
- Tap the "New transaction" button to add a transaction.
- Enter the amount of the transaction and tap the "Add" button to save it.
- Tap the "Back" button to go back.
-
Goal
- Create
- Get By Id
- Get All
-
Transaction
- Create
- Get Latest
- Get By Goal ID
You may view the layout of this project through this link 🔗. You must have an account at Figma to access it.
This project is under the MIT license. See the LICENSE file for more details.
Made with ❤️ por Edlâneo Manuel 👋