This is a simple goals app built using React Native and Expo. It allows you to set and track your goals to help you stay focused and motivated. ✔️
- ✏️ Create new goals with a title and deadline.
- ✅ Mark goals as completed.
- ❌ Delete goals that are no longer needed.
- 📊 Track your progress with a visual indicator.
- 💾 Persistence: Goals are stored locally on the device.
To run the Goals app locally on your machine, follow these steps:
- Clone the repository:
git clone https://github.com/cindykandie/reactnative-goals-app.git - Navigate to the project directory:
cd reactnative-goals-app - Install the dependencies:
npm installoryarn install - Start the Expo development server:
npm startoryarn start - Scan the QR code with the Expo Go app on your device or use an emulator to run the app.
Make sure you have set up the necessary development environment for React Native and Expo before running the app on a device or emulator. You can find more information on the Expo documentation.
List any dependencies or third-party libraries used in your project, along with their versions, e.g.:
- React Native:
^0.64.2 - Expo:
^43.0.0 - AsyncStorage:
^1.13.1
Describe how to use the app and any specific instructions or features users should be aware of. You can include code snippets or GIFs to demonstrate the functionality.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request. Make sure to follow the existing code style and guidelines.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as needed.
Mention any resources, tutorials, or contributors you found helpful during the development of your app.