Skip to content

misterneo/todoapp-react-native

Repository files navigation

A Todo App using React Native

This guide will walk you through the process of cloning and running a React Native app using Expo. Expo is a popular tool for developing and deploying React Native apps, and it provides a set of tools and services that make it easier to create and manage your project.

Prerequisites

Before you can clone and run a React Native app using Expo, you'll need to install the following tools:

Cloning the Repo

  • Open your terminal or command prompt.
  • Navigate to the directory where you want to clone the repo.
  • Run the following command to clone the repo:
git clone https://github.com/misterneo/todoapp-react-native.git

🚀 Running the App

  • Navigate into the project directory using the cd command:
cd todoapp-react-native
  • Install the required dependencies:
npm install
  • Start the app using NPM:
npm start
  • Start the app using Expo:
expo start
  • Expo will start the development server and open a web page in your default browser with a QR code. This QR code is used to open the app on your phone.

  • To view the app on your phone, install the Expo Go app from the App Store or Google Play.

  • Once installed, open the Expo Go app and scan the QR code displayed in your browser.

  • The app will be downloaded and installed on your phone, and you can start using it.

Conclusion

Cloning and running a React Native app using Expo is a straightforward process. By following the steps outlined in this guide, you should be able to get up and running quickly. If you run into any issues, consult the Expo documentation or reach out to the project maintainers for assistance.

Contributing

We welcome contributions from anyone interested in improving the app! Please feel free to fork the repository, make your changes, and submit a pull request for review.

License

This project is licensed under the MIT License.

About

A simple Todo App using React Native and Expo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published