Skip to content

Tanmay100000/springboot-react-taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

📌 Task Manager

A full-stack Task Management Application built with Spring Boot (Java) for the backend and React (Vite + Tailwind) for the frontend. This project was developed step by step with backend APIs, authentication, profile management, and a modern dashboard.


✨ Features

  • User Authentication – Register & Login users
  • Task Management – Create, update, delete tasks
  • Dashboard – Interactive charts (status, priority, total tasks)
  • Profile Management – Upload photo, update bio, edit details
  • Full-stack Integration (Spring Boot + React)

🛠 Tech Stack

Frontend

  • React (Vite) ⚛️
  • TailwindCSS 🎨
  • Chart.js 📊
  • Axios (API calls)

Backend

  • Spring Boot ☕
  • Spring Data JPA (Hibernate)
  • MySQL (Database)
  • Maven (Build Tool)

📂 Project Structure

task-manager/
├── backend/   # Spring Boot backend
│   ├── src/main/java/com/yourdomain/taskmanager/
│   │   ├── controller/
│   │   ├── Entity/
│   │   ├── repository/
│   │   ├── service/
│   │   └── TaskManagerApplication.java
│   └── pom.xml
│
├── frontend/  # React frontend
│   ├── public/
│   ├── src/
│   │   ├── components/
│   │   ├── pages/
│   │   ├── App.js
│   │   └── index.js
│   └── package.json
│
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages