This is a simple To-Do application built with React Native and Expo. It allows users to add, edit, delete, and manage tasks with drag-and-drop functionality.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/KTOP-Akio/react-native-to-do-list.git
-
Navigate into the project directory:
cd react-native-to-do-list
-
Install the dependencies:
npm install
You can run the project on various platforms using the following commands:
npm start
npm run android
npm run ios
npm run web
Once the project is running, you can:
- Add tasks using the input field.
- Edit the title of tasks by pressing the edit button.
- Mark tasks as completed by clicking the checkbox.
- Delete tasks by pressing the delete button.
- Reorder tasks using drag-and-drop functionality.
Contributions are welcome! Please feel free to submit a pull request or create an issue for any improvements or features you would like to suggest.
This project is licensed under the MIT License - see the LICENSE file for details.