Skip to content

TH-Raju/weero_task_frontend

Repository files navigation

Task Management App with React

This is a task management application built with React, designed to help you manage and organize your tasks efficiently. The application includes user authentication and secure routes to ensure the privacy and security of your task data.

Getting Started

Follow these steps to get the project up and running on your local machine.

Prerequisites

Before you begin, ensure you have the following dependencies installed:

  • Node.js: Make sure you have Node.js installed on your machine.

Installation

  1. Clone the repository to your local machine using the following command:

  2. Navigate to the project directory:

    cd task-management-app
    
  3. Install the project dependencies using npm:

    npm install

Setting up Authentication

To use the authentication and secure route features, you need to configure your authentication mechanism. This project uses JWT for authentication.

Running the Application

Once you've completed the installation and set up authentication, you can start the development server:

  npm run dev

Secure Routes

The application includes secure routes that require user authentication. To access these routes, you'll need to log in with your authenticated credentials. Make sure you are logged in to access and manage your tasks securely.

Usage

You can use this task management application to:

  • Create and manage tasks.
  • Organize tasks into categories or projects.
  • Set due dates and priorities for your tasks.
  • Mark tasks as completed when finished.
  • Enjoy secure and private access to your tasks with user authentication.

Feel free to customize and extend this application to meet your specific task management needs.

About

It's an Internship task from weero digital.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published