https://github.com/devdignesh/accordion
A responsive, animated accordion built with React, TypeScript, Tailwind CSS, and Framer Motion, featuring dark mode toggle support.
https://github.com/devdignesh/accordion
Last synced: 7 months ago
JSON representation
A responsive, animated accordion built with React, TypeScript, Tailwind CSS, and Framer Motion, featuring dark mode toggle support.
- Host: GitHub
- URL: https://github.com/devdignesh/accordion
- Owner: devdignesh
- Created: 2025-08-02T13:31:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T10:05:15.000Z (8 months ago)
- Last Synced: 2025-08-05T12:08:35.960Z (8 months ago)
- Language: TypeScript
- Homepage: https://accordion-psi-seven.vercel.app
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Accordion Component
A responsive, animated accordion built with React, TypeScript, Tailwind CSS, and Framer Motion, featuring dark mode toggle support.
### Tech Stack
- Vite (React + TypeScript)
- Tailwind CSS (with dark mode)
- Framer Motion (animations)
- SVG Icons (theme-aware)
### Features
- Smooth expand/collapse animations
- Dark mode toggle (with localStorage persistence)
- Mobile & desktop responsive design
- Accessible and reusable component structure
- Scalable project architecture
### Clone & Installation
```bash
git clone https://github.com/devdignesh/accordion.git
cd accordion
npm install
npm run dev
```