Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.3 KB

React-Native Todo List Mobile App 📱

Description:

A simple Frontend Todo List app for practising React-Native in preparation for bigger projects.

This was made with the guide of NetNinja's React-Native course, but I also added my own additional touches.

Branches:

Branch Name Description Terminal CMD
main Basic version of the project git switch origin main
progression An extention of the base project with extra features git switch origin progression

How to Run This React-Native Project

  1. Clone the repository

    • Clone clone the default branch (main):

      git clone https://github.com/Cams-Plan/React-Native_Todo_App.git <DIRECTORY NAME [Optional]>

    • Clone a specific branch:

      git clone -b <BRANCH NAME> https://github.com/Cams-Plan/React-Native_Todo_App.git <DIRECTORY NAME [Optional]>

  2. Enter your local project directory

    cd <PROJECT DIRECTORY>

  3. Install dependencies

    npm i

  4. Download EXPO Go on Android play store or iOS app store

  5. Start the expo-cli server

    npx expo start OR npm start

  6. Scan the QR code in Expo Go (Android) or scan using your camera (iOS)

  7. The project is ready to use! 😁