Skip to content

TaskFlow is a simple and intuitive todo list application that allows users to add, edit, and delete tasks. It helps you stay organized and on track by managing your daily tasks efficiently.

Notifications You must be signed in to change notification settings

Vysakh-mec/TaskFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskFlow -TodoApp

A simple Todo application built with Expo and React Native. TaskFlow allows users to add, edit, and delete tasks with a clean and intuitive interface. The app stores tasks locally using AsyncStorage.

Features

  • Add Task : Add new tasks to your to-do list.
  • Edit Tasks: Modify the details of existing tasks.
  • Delete Tasks: Remove tasks from the list.
  • Persistent Storage: Tasks are stored locally and persist across app restarts.

Installation

To run this project locally, follow these steps:

1. Clone the repository

git clone https://github.com/Vysakh-mec/Todo-App.git

2. Navigate to the project directory

cd Todo-App

3. Install dependencies

npm install

4. Start the project

You can run the project on different platforms using the following commands: Run on Android

npm run android

Run on iOS

npm run ios

Screenshots

Here are some screenshots of the app: Screenshot

Demo Video

Watch the demo of the app in action: Watch the Demo

Technologies Used

  • React Native: A framework for building mobile apps using JavaScript and React.
  • Expo: A platform and set of tools for React Native development.
  • React Navigation: A library for managing navigation within the app.
  • AsyncStorage: A simple, persistent key-value storage system for React Native.

Contributing

Feel free to fork the repository, make improvements, and submit a pull request. If you have any suggestions or issues, please open an issue.

About

TaskFlow is a simple and intuitive todo list application that allows users to add, edit, and delete tasks. It helps you stay organized and on track by managing your daily tasks efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published