![]() |
![]() |
---|
A super simple list app that allows adding and removing items.
- React Native
- TypeScript
- Expo
- User can see an input field where he can type in a to-do item
- User can add an item by pressing a button
- User can remove a to-do item by pressing a button
- User can see a list of the items
- Use TypeScript
This project is built with Create Expo App, so the scripts to build and run are provided.
Build with:
expo build:web
Run with:
expo start