This is a simple checklist app built with React Native and Expo. The app allows users to create, update, and delete checklist items.
- Add Items: Users can add new items to the checklist.
- Update Items: Users can edit existing items.
- Delete Items: Users can remove items from the checklist.
- Persistent Storage: Checklist items are stored locally on the device.
-
Clone the repository:
git clone https://github.com/davidjcannon/react-native-checklist-app.git cd react-native-checklist-app -
Install dependencies:
npm install
-
Start the app:
expo start
- Open the
App.jsfile to start writing some code. - Preview the changes directly on your phone or tablet by scanning the QR code or use the iOS or Android emulators.
- When you're done, click Save and share the link!
assets/: Contains images and other static assets.components/: Contains React components used in the app.settings.js: Contains app settings.styles.js: Contains styling for the app.tempData.js: Contains temporary data for the app.
Contributions are welcome! Please open an issue or submit a pull request.
This project is open source and available under the MIT License.