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

https://github.com/brijenmakwana/todoapp

It's a todo app created with React Native Expo and Firebase. User can create/update/delete todos
https://github.com/brijenmakwana/todoapp

expo firebase firestore react-native

Last synced: 3 months ago
JSON representation

It's a todo app created with React Native Expo and Firebase. User can create/update/delete todos

Awesome Lists containing this project

README

          

# ToDoApp

### This project is created with React Native and Firebase. It's a todo application developed with Expo and it performs all CRUD operations using Firebase.

## Features
- User can create new todos
- It also allows to update and delete todos
- Works on both the platforms Android and iOS

## Libraries and tools used
- React Native Expo
- Firebase Firestore

## How to use this Project
First of all you need to clone this project. Then open it on any text editor or IDE of your choice. After that just type below command.
```
npm i
```
It will install all the dependencies for the project to run on your computer. After that type below command to start the project.
```
npm start
```
It will start the metro server and then you can run this project on any device or simulator.