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.
- Frontend - ReactJS
- Backend - Spring boot, Java
- Database - MySQL
- Java 17 or later
- A favourite text editor or IDE ( Ex: IntelliJ IDEA )
- Gradle 7.5+ or Maven 3.5+
- yarn (package manager)
- Clone the repository.
git clone https://github.com/lakshan-2002/Task-Tracker.git
- Go to the downloaded folder and copy the files except ReactApp into a different folder.
- Then open that folder from IDE. ( Now you can see all the files included in that folder through IDE )
- Run the application. ( Run the backend )
- Then navigate to the ReactApp folder in cmd.
cd ReactApp
- Install the dependencies.
yarn install
To start the app, run:
yarn start