- 📱 REACT-NATIVE (EXPO)
- 🟢 NODEJS
- 🍃 MONGODB
Watch a demo video of the app in action:
Picture Description :
This is a React Native app built with Expo. Follow the instructions below to clone and run the app on your local machine.
Before you begin, ensure you have pre installed :
-
Node.js: Download and install the latest version of Node.js.
-
npm: npm comes with Node.js. Alternatively, you can use Yarn.
-
Expo CLI: Install Expo CLI globally using npm or Yarn.
npm install -g expo-cli # or yarn global add expo-cli
Follow these steps to set up the project locally:
-
Clone the repository
Open your terminal and run the following command:
git clone https://github.com/alteakapxhiu/TaskPro.git cd TaskPro
Install dependencies
-
In the project directory, run:
npm install # or yarn install
3.Start the Expo development server Run the following command to start the Expo development server:
expo start