Skip to content

Embotic-Wayne/dsa-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

🧮 Sorting App

Interactive sorting visualizer with a React frontend and a Spring Boot backend.


🧰 Tech Stack

  • React (Hooks) – Frontend SPA
  • Java 17 – Language runtime
  • Spring Boot – REST API backend
  • REST / JSON – Client–server contract
  • CORS – Localhost dev (3000 ↔ 8080)
  • Maven Wrapper – Backend build & run
  • Node.js + npm – Frontend build & run
  • Git / GitHub – Version control

🚀 Getting Started

🖥️ Backend (Port 8080)

cd backend .\mvnw.cmd spring-boot:run

💻 Frontend (Port 3000)

cd frontend

npm install

npm start

🌐 Open your browser at: http://localhost:3000

About

Interactive Sorting Visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published