Skip to content

pktcodes/accordion-react-project-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Deployment / Hosting

Netlify


Note: I have developed this project ~ [5] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga.