Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.38 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.38 KB

TodoApp README

Overview

TodoApp is a simple React Native application that allows users to add, manage, and delete todo items. The app maintains a list of todos with options to mark them as completed or delete them. The app also features a background image and uses a modern, responsive UI.

Features

  • Add new todos.
  • Mark todos as completed or undo the completion.
  • Delete todos from the list.
  • Responsive design with a background image.
  • Lightweight state management using React's useState hook.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/TodoApp.git
    cd TodoApp
  2. Install dependencies:

    npm install
  3. Run the app:

    • For React Native CLI:
      npx react-native run-android  # for Android
      npx react-native run-ios      # for iOS
    • For Expo CLI:
      npm start
  4. Ensure that you have a bg.png image in the root directory (or replace the background image with another source).

Contributions

Feel free to contribute by submitting issues or creating pull requests.

License

This project is licensed under the MIT License.