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

https://github.com/emanuelefavero/react-native-todo-list-v2

This is a todo list app built with React Native and Expo
https://github.com/emanuelefavero/react-native-todo-list-v2

app expo ios react-native todo-list todolist

Last synced: 2 months ago
JSON representation

This is a todo list app built with React Native and Expo

Awesome Lists containing this project

README

          

# React Native Todo List

![mockup](./mockup.jpeg 'mockup')

This is a todo list app built with React Native and Expo. It allows you to add, edit, and delete tasks. You can also mark tasks as completed.

> **Note:** This project is built with [Expo](https://docs.expo.dev/get-started/introduction/)

## Getting Started

- Clone the repository
- Run `npm install` to install dependencies
- Run `npm start` to start the development server
- Scan the QR code with the Expo Go app on your phone
- Run `i` to open the iOS simulator or `a` to open the Android emulator

#### Quick Start the iOS simulator

```bash
npm run ios
```

#### Quick Start the Android emulator

```bash
npm run android
```

 

> **Note:** You have to install the Expo Go app on your phone to run the app on your phone as well as XCode and Android Studio to run the app on the simulators

## Resources

- [React](https://reactjs.org/)
- [React Native](https://reactnative.dev/)
- [Expo](https://docs.expo.dev/get-started/introduction/)

## License

- [MIT](LICENSE.md)