About The Project

React-Native To-do Application

How It works:

Product Video

(back to top)

Built With

Here this to-do application create using React-native Framework.

  • react-document

(back to top)

Getting Started

Prerequisites

Install Expo CLI:

  • Run the following command to install Expo CLI globally:
  • Using npm:
    npm install -g expo-cli
  • Using yarn:
    yarn global add expo-cli

Verify Installation:

  • After the installation is complete, you can verify it by checking the installed version:
    expo --version

Installation

This is the step you have to follow.

  1. Clone the repositery

    git clone https://github.com/Yesh-adithya31/react-native-ToDo-App.git
  2. Install npm packages

    npm install
  3. Run cloned project

  • Using npm:
    npx expo start
  • Using yarn:
    yarn expo start

(back to top)