An open API service indexing awesome lists of open source software.

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.

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
```