Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

This is a simple Task Manager app built with React Native using Expo. The app allows users to add tasks, mark them as complete, delete tasks, and assign urgency levels (High, Medium, Low) to each task.

Features

  • Add Task: Users can add new tasks with a description and urgency level (High, Medium, Low).
  • Mark Task as Complete: Users can toggle tasks between complete and incomplete.
  • Delete Task: Users can remove tasks from the list.
  • Task List: Displays all tasks with clear distinctions for completed and incomplete tasks. Urgency levels are color-coded (High: Red, Medium: Yellow, Low: Green) for better visibility.

Third Party Libraries

  • There are currently no third party libraries being utilized in this program

How to Run the Project

Prerequisites

Make sure you have the following software installed on your machine:

  1. Node.js: Download and install from Node.js official site.
  2. Expo CLI: Install Expo CLI globally by running the following command:
    npm install -g expo-cli
    
    

Run instructions

  • Clone the Repository using the command:
    • git clone https://github.com/rahilkarkar/TaskManagerApp.git
  • Navigate to the folder on your computer:
    • cd task-manager-app
  • install dependencies:
    • npm install
  • run the project:
    • npm start
  • You will then be presented with options on how to run the program. If you have an Android or iOS simulator setup, you may run The program on that, or run it on the web by typing 'w' then pressing enter

About

React Native Task Manager App for ChapterOne

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages