Skip to content

foldupcircle/task-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

React Native Expo Application

Overview

This project is a React Native application built using Expo. The task management screen is the main one with functionalities to add, edit, and delete tasks. Please disregard the Home Screen and Completed Tasks Screen.

Features

  • Add new tasks with a title and description.
  • Edit existing tasks by clicking on them.
  • Set Due Dates for each task
  • Mark tasks as completed by clicking the checkbox.
  • View tasks grouped by categories based on Due Date.
  • Delete Tasks by Swiping Left on Them
  • Undo Completion of Tasks, in case you clicked the checkbox on accident

Prerequisites

  • Node.js (version 14 or later)
  • npm
  • Expo

Setup Instructions

1. Install Node.js and npm, and clone the repo

If you haven't already, download and install Node.js.

2. Install Expo

Install Expo and the Expo Go app (You can also run it in your computer sim if you want) You might need to make an Expo Go account, though this shouldn't take too long.

Run npm install in the frontend folder to download all dependencies

Run

Run npx expo start and scan the QR code in terminal to get the app in in your Expo Go app

And that's it!

About

App to keep track of your day-to-day tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published