This repository contains the code for my first React Native project, developed while following Maximilian Schwarzmüller's Udemy course "React Native - The Practical Guide 2023".
The project is a beginner-level application that allows users to add achievable course goals and displays those goals in a list. Additionally, users have the option to "decimate" their goals by tapping on individual elements.
- Finalized UI / UX.
- Users can add unique individual goals with automatically generated random keys.
- Scrollable list of goals implemented using FlatList.
- Implemented component compartmentalization and create a hierarchical object model for better organization and reusability.
- Implemented a method to remove a goal when it is tapped or when a button on it is pressed.
- None. Developmental Phase Completed and Terminated. Deployment yet to be learnt.