- The project was compiled with npx create-expo-app Todo_list.
- Components are created using the library "@react-native-async-storage/async-storage", "@react-navigation/native-stack","@react-native-picker/picker", "@reduxjs/toolkit"
- State management libraries used "reduxjs/toolkit". All the necessary data for the correct operation of the application
stored in
localStorage
-
Home Page: A Home page with a button that links to the ToDo list.
-
ToDo List Page: The Todo List page displays a list of tasks, the selected day, and the filter status. Users can toggle the status of a task and delete it.
-
Add New Task Page: The Add New Task page displays a form for creating a new task. It includes fields for the task name, date, time, category, and notes.