Skip to content

A todo app which helps you to track your resolutions and remove them after you complete them.

Notifications You must be signed in to change notification settings

Keerthana-T-P/Saturday-hacknight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A todo app which helps you to track your resolutions and remove them after you complete them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published