Skip to content

johnmichealacera/ToDoAppAndroidVersion

Repository files navigation

React Native To-Do App

This is a simple to-do app created with React Native.

Features

  • Add new tasks
  • Edit existing tasks
  • Mark tasks as completed
  • Delete tasks

Installation

  1. Clone the repository: git clone https://github.com/johnmichealacera/ToDoAppAndroidVersion.git
  2. Navigate to the project directory: cd ToDoAppAndroidVersion
  3. Install dependencies: npm install

Usage

  1. Start the development server: npm run start
  2. Use one of the available scripts to launch the app on your desired platform:
  • npm run android: Launches the app on an Android emulator or device.
  • npm run ios: Launches the app on an iOS simulator or device.
  • npm run web: Launches the app in a web browser.

Built With

This app was built using the following technologies:

  • React Native - The web framework used
  • Expo - tool and service for building and deploying React Native apps

Contributing

  1. Fork the repository
  2. Create a new branch: git checkout -b feature-name
  3. Make changes and commit: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature-name
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

About

A todo app in android version

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published