Skip to content

Task Manager is a software application or tool designed to help individuals or teams organize, prioritize, and monitor tasks efficiently. It streamlines workflow management by offering features that ensure productivity and goal-oriented execution.

Notifications You must be signed in to change notification settings

MehakSP/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager Application

A React-based task manager application integrated with Firebase for real-time database functionality.

Features

  • Add, edit, delete, and filter tasks.
  • Uses Firebase Firestore as the backend.
  • Hosted on Firebase.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/<your-username>/<your-repository-name>.git
    cd <your-repository-name>
  2. Install dependencies:

    npm install
    
    
  3. Create a .env file in the root directory and add your Firebase configuration:

    REACT_APP_FIREBASE_API_KEY=<your-api-key>
    REACT_APP_FIREBASE_AUTH_DOMAIN=<your-auth-domain>
    REACT_APP_FIREBASE_PROJECT_ID=<your-project-id>
    REACT_APP_FIREBASE_STORAGE_BUCKET=<your-storage-bucket>
    REACT_APP_FIREBASE_MESSAGING_SENDER_ID=<your-messaging-sender-id>
    REACT_APP_FIREBASE_APP_ID=<your-app-id>
    
  4. Start the application:

    npm start
    
  5. Access the application at http://localhost:3000.

About

Task Manager is a software application or tool designed to help individuals or teams organize, prioritize, and monitor tasks efficiently. It streamlines workflow management by offering features that ensure productivity and goal-oriented execution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •