Skip to content

NFTknight/ReactNative-TODO-List

Repository files navigation

To-Do Application

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.

Table of Contents

Prerequisites

Make sure you have the following installed:

  • Node.js (v14 or higher)
  • Expo CLI (install globally with npm install -g expo-cli)

Installation

  1. Clone the repository:

    git clone https://github.com/KTOP-Akio/react-native-to-do-list.git
  2. Navigate into the project directory:

    cd react-native-to-do-list
  3. Install the dependencies:

    npm install

Installation

You can run the project on various platforms using the following commands:

To start the project in your default web browser:

npm start

To run the project on an Android device or emulator:

npm run android

To run the project on an iOS device or simulator:

npm run ios

To run the project on the web:

npm run web

Usage

Once the project is running, you can:

  1. Add tasks using the input field.
  2. Edit the title of tasks by pressing the edit button.
  3. Mark tasks as completed by clicking the checkbox.
  4. Delete tasks by pressing the delete button.
  5. Reorder tasks using drag-and-drop functionality.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published