AlgoVis is a web-based platform designed to help students and enthusiasts learn Data Structures through dynamic visualizations and interactive UI. Built using Next.js, Tailwind CSS, and Framer Motion, this project brings complex concepts to life with ease.
📘 A college mini-project by Nikhil Walhe from SMT. Indira Gandhi College of Engineering, Navi Mumbai, under the guidance of Prof. Satish Kuchiwale.
Make sure you have installed:
# Clone the repo
git clone https://github.com/yourusername/AlgoVis.git
# Navigate to project folder
cd AlgoVis
# Install dependencies
npm install
# Start the development server
npm run dev