/TodoApp

Primary LanguageTypeScript

My Awesome TODO App

This is a beautifully designed and feature-rich React Native TODO application, built from the ground up using @react-native-community/cli.

Features

  • Task Management: Create, edit, and delete tasks with ease.
  • Deadline and Priority: Assign deadlines and priorities to tasks.
  • Calendar View: View and manage tasks by specific dates.
  • Statistics: Track your productivity with insightful statistics.

Getting Started

Prerequisites

Before you begin, make sure you have completed the React Native - Environment Setup instructions up to the "Creating a new application" step.

Step 1: Install Dependencies

Clone this repository and install the dependencies:

git clone https://github.com/ZahraLandou/TodoApp.git
cd TodoApp

# Install dependencies
npm install

# OR using Yarn
yarn install