Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pktcodes/accordion-react-project-v2
Accordion Project using React
https://github.com/pktcodes/accordion-react-project-v2
accordion css ecmascript html javascript john-smilga questions react react-hooks react-icons usestate vite
Last synced: about 1 month ago
JSON representation
Accordion Project using React
- Host: GitHub
- URL: https://github.com/pktcodes/accordion-react-project-v2
- Owner: pktcodes
- Created: 2023-07-11T04:49:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-14T06:42:08.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:58:25.945Z (3 months ago)
- Topics: accordion, css, ecmascript, html, javascript, john-smilga, questions, react, react-hooks, react-icons, usestate, vite
- Language: CSS
- Homepage: https://react-accordion-v2-prod.netlify.app/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accordion 🪗
> PROD [Live] : https://react-accordion-v2-prod.netlify.app
#### Accordion consists of a straightforward user interface where there is a
- Tabbed interface with a list of **questions** and **answers** stacked vertically.
- Each **Question** can be expanded or collapsed to reveal the content associated with that item on the click of buttons i.e., âž• to show and âž– to hide.
- Data is handled by the `data.js` file.
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm run dev` to start up the development server on default port 5173.#### Languages
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState#### Packages
[React Icons](https://www.npmjs.com/package/react-icons)#### Deployment / Hosting
Netlify---
_Note: I have developed this project ~ [5] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga._