Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Todo-App

A simple, modern cross-platform Todo application built with Expo and React Native. Manage your tasks efficiently with persistent storage and a clean UI.

Features

  • Add, edit, and delete todos
  • Mark tasks as complete/incomplete
  • Search todos by title
  • Persistent storage using AsyncStorage
  • Responsive design for Android, iOS, and Web
  • File-based routing with expo-router
  • Custom icons and profile image

Screenshots

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone <your-repo-url>
    cd Todo-App
  2. Install dependencies:

    npm install
  3. Start the development server:

    npx expo start
  4. Run on your device:

    • Use the QR code in Expo Go (Android/iOS)
    • Or run on an emulator/simulator

Project Structure

app/                # Main application code (screens, components)
assets/             # Images and fonts
.vscode/            # Editor settings
.expo/              # Expo config/types

Scripts

  • npm start – Start Expo development server
  • npm run android – Run on Android device/emulator
  • npm run ios – Run on iOS simulator
  • npm run web – Run in web browser
  • npm run lint – Lint the codebase

Customization

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.


Made with ❤️ using Expo and React Native.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages