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.
| 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 |
-
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]>
-
-
Enter your local project directory
cd <PROJECT DIRECTORY> -
Install dependencies
npm i -
Download EXPO Go on Android play store or iOS app store
-
Start the expo-cli server
npx expo startORnpm start -
Scan the QR code in Expo Go (Android) or scan using your camera (iOS)
-
The project is ready to use! 😁