What's a better way to learn React Native than implementing a classic Todo app, yet again?
This is a very simple app with very simple features as follows:
- Login/Logout
- Add new todos
- Edit todo status
- Delete todos
record-2023-10-22-06-19-20_30SDbPgg.mp4
Install node dependencies
npm install
Start the development server
npx expo start
Scan the QR code shown in the terminal using the Expo Go app to open the app for local development