https://github.com/mirsahib/techzu-todolist
Todolist
https://github.com/mirsahib/techzu-todolist
Last synced: about 2 months ago
JSON representation
Todolist
- Host: GitHub
- URL: https://github.com/mirsahib/techzu-todolist
- Owner: mirsahib
- Created: 2024-02-04T09:47:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-04T10:20:34.000Z (over 1 year ago)
- Last Synced: 2025-08-23T06:02:12.235Z (about 2 months ago)
- Language: TypeScript
- Size: 8.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoList Expo App
## Description
This ToDoList Expo app is a simple mobile application built using Expo, React Native, and Firebase. It allows users to create, edit, delete, and mark tasks as completed.
## Screenshot

## Video
https://youtu.be/KGLV8HjZMT4
## Installation
### Prerequisites
- [Node.js](https://nodejs.org/) and npm installed
- [Expo CLI](https://docs.expo.dev/get-started/installation/) installed
- A Firebase project set up with Firestore database### Clone Repository
```bash
git clone https://github.com/mirsahib/TechZu-Todolist.git
cd todolist-expo-app
npm run install
npm run start
```## Feature
- Add new task
- Edit task
- Delete task
- Mark task as completed
- Delete all completed tasks
- Sign in
- Sign out
- Sign Up## Tools Used
- Expo
- React Native
- Firebase auth
- Firestore database (to save task)