Skip to content

This ToDo app provides a simple and efficient solution for task management. The use of React Native, TypeScript, Tailwind CSS, and Expo Go facilitated rapid development and deployment.

Notifications You must be signed in to change notification settings

kuttysoftmy/ToDoApp

 
 

Repository files navigation

TASKEASE - MY TO DO LIST

##Live Demo - https://todolistbychinmays.netlify.app/

TASKEASE is a simple ToDo list application built using React Native with TypeScript, styled with Tailwind CSS, and deployed using Expo Go. This app allows users to manage their tasks efficiently with features like adding new tasks, marking tasks as completed, and deleting tasks.

TASKEASE - MY TO DO LIST Demo

Features

  • Display a list of tasks.
  • Add new tasks.
  • Mark tasks as completed or to be completed.
  • Delete tasks.

Technologies Used

  • React Native
  • TypeScript
  • Tailwind CSS
  • Expo Go

Getting Started

To get started with TASKEASE on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/CHINMAY02CS/ToDoApp.git
    
  2. Navigate to the Project Directory:

    cd todoapp
    
  3. Install Dependencies:

    npm install
    
  4. Start the Expo Development Server:

    npx expo start
    
  5. Run the App on Expo Go:

    • Open the Expo Go app on your iOS or Android device.
    • Scan the QR code displayed in the terminal or in the Expo DevTools that open in your browser after running npx expo start.
    • This will open your ToDo list application on the Expo Go app on your device.

For android device, start the server and scan the qr code using Expo Go app.

About

This ToDo app provides a simple and efficient solution for task management. The use of React Native, TypeScript, Tailwind CSS, and Expo Go facilitated rapid development and deployment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 2.1%