Skip to content

A ToDoList and Agenda tracker app created using React Native.

Notifications You must be signed in to change notification settings

alteakapxhiu/TaskPro

Repository files navigation

ToDoList and Agenda Tracker App

ToDoList and Agenda Tracker App

Preview of Main Components and Functionalities

  • 📱 REACT-NATIVE (EXPO)
  • 🟢 NODEJS
  • 🍃 MONGODB

Watch a demo video of the app in action:

Watch the video

Picture Description :

imageimageimageimageimageimageimage image

This is a React Native app built with Expo. Follow the instructions below to clone and run the app on your local machine.

Pre-Installations

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
    
    

Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository

    Open your terminal and run the following command:

        git clone https://github.com/alteakapxhiu/TaskPro.git
        cd TaskPro
    

Install dependencies

  1. 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

About

A ToDoList and Agenda tracker app created using React Native.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published