A responsive, animated accordion built with React, TypeScript, Tailwind CSS, and Framer Motion, featuring dark mode toggle support.
- Vite (React + TypeScript)
- Tailwind CSS (with dark mode)
- Framer Motion (animations)
- SVG Icons (theme-aware)
- Smooth expand/collapse animations
- Dark mode toggle (with localStorage persistence)
- Mobile & desktop responsive design
- Accessible and reusable component structure
- Scalable project architecture
git clone https://github.com/devdignesh/accordion.git
cd accordion
npm install
npm run dev