Skip to content

lakshan-2002/Task-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management System

Task Management System is a web application designed to help individuals and teams plan, organize and track tasks efficiently. The application allows users to securely login and perform basic CRUD operations. Additionally, users can set deadlines, prioritize tasks and track their progress on various tasks ensuring better time management.

Tech Stack

  • Frontend - ReactJS
  • Backend - Spring boot, Java
  • Database - MySQL

Build locally

Prerequisites

  • Java 17 or later
  • A favourite text editor or IDE ( Ex: IntelliJ IDEA )
  • Gradle 7.5+ or Maven 3.5+
  • yarn (package manager)

Installation

  1. Clone the repository.
   git clone https://github.com/lakshan-2002/Task-Tracker.git
  1. Go to the downloaded folder and copy the files except ReactApp into a different folder.
  2. Then open that folder from IDE. ( Now you can see all the files included in that folder through IDE )
  3. Run the application. ( Run the backend )
  4. Then navigate to the ReactApp folder in cmd.
   cd ReactApp
  1. Install the dependencies.
   yarn install

Running the Application

To start the app, run:

 yarn start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors