##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.
- Display a list of tasks.
- Add new tasks.
- Mark tasks as completed or to be completed.
- Delete tasks.
- React Native
- TypeScript
- Tailwind CSS
- Expo Go
To get started with TASKEASE on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/CHINMAY02CS/ToDoApp.git
-
Navigate to the Project Directory:
cd todoapp -
Install Dependencies:
npm install
-
Start the Expo Development Server:
npx expo start
-
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.
