An open API service indexing awesome lists of open source software.

https://github.com/mirsahib/techzu-todolist

Todolist
https://github.com/mirsahib/techzu-todolist

Last synced: about 2 months ago
JSON representation

Todolist

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

![Demo](https://github.com/mirsahib/TechZu-Todolist/blob/master/screenshot/demo.gif)

## 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)