https://github.com/waitingwittykitty/react-accordion
https://github.com/waitingwittykitty/react-accordion
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/waitingwittykitty/react-accordion
- Owner: waitingwittykitty
- Created: 2023-12-18T18:00:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T18:22:28.000Z (over 1 year ago)
- Last Synced: 2025-02-13T07:16:32.161Z (3 months ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Accordion
This is a demo website showcasing the usage and features of the React Accordion Component. The React Accordion Component is a simple and customizable component that allows you to create expandable and collapsible sections in your web applications.
## Features
- The user is able to check and uncheck one of the tasks and see the progress bar change and if all tasks in a group are checked, the group should be marked as green.
## Installation
To run the demo website locally, you can follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/waitingwittykitty/react-accordion.git
```2. Navigate to the project directory:
```bash
cd react-accordion
```3. Install the dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm start
```5. Open your browser and go to `http://localhost:3000` to view the demo website.