Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kachamachkov/accordion
https://github.com/kachamachkov/accordion
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kachamachkov/accordion
- Owner: kachamachkov
- Created: 2024-07-13T12:25:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T13:03:21.000Z (6 months ago)
- Last Synced: 2024-07-21T13:25:19.572Z (6 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 1. Personal project - ReactJS Accordion Component
### 2. Goal:
- Practice simple components
- useState
- TailwindCSS
- Dynamic rendering based on state
### 3. Description:
- Re-usable accordion components for a frequently asked questions section (FAQ)
- Questions/answers data is local### 4. Installation steps:
- Run the following commands in the project folder
```js
npm i
npm run dev
```### 5. Images: