A React Native project built with React Naive CLI , designed to help users manage their tasks efficiently. The app features intuitive navigation and a responsive UI and persistent data storage using Async Storage for a seamless user experience.
-
Async Storage: Utilizing
@react-native-async-storage/async-storage
, the app ensures tasks are saved and retrieved even after the app is closed. -
Lottie Animations: The app incorporates
lottie-react-native
to add engaging animations, enhancing visual appeal and user engagement. -
Date Picker: The app integrates the
@react-native-community/datetimepicker
for selecting due dates, enhancing task scheduling capabilities. -
Dropdown Menu: Using
react-native-dropdown-picker
, users can categorize tasks effortlessly. -
UUID Generation: Tasks are uniquely identified using
react-native-uuid
, ensuring data integrity.