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
- Host: GitHub
- URL: https://github.com/emanuelefavero/react-native-todo-list-v2
- Owner: emanuelefavero
- License: mit
- Created: 2024-09-10T06:24:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:21:04.000Z (about 1 year ago)
- Last Synced: 2025-04-07T16:52:21.199Z (6 months ago)
- Topics: app, expo, ios, react-native, todo-list, todolist
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Native Todo List

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)