Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Checklist App

This is a simple checklist app built with React Native and Expo. The app allows users to create, update, and delete checklist items.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/davidjcannon/react-native-checklist-app.git
    cd react-native-checklist-app
  2. Install dependencies:

    npm install
  3. Start the app:

    expo start

Usage

  • Open the App.js file 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!

Project Structure

  • 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.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is open source and available under the MIT License.

Releases

Packages

Used by

Contributors

Languages