Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 946 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 946 Bytes

🚚 FAQ Accordion Card - React.js

Design preview for the FAQ Accordion Card coding challenge

Welcome! 👋

This is my solution for Frontend Mentor challenge.

🔗 Live Link / Demo Link:

🛠 Technologies Used:

  • Accessible HTML
  • SCSS (CSS grid and flexbox was used for centering and some positioning)
  • React.js with hooks
  • e2e testing with Cypess
  • Responsive design

📚 About the Project:

  • This project is variation of my other project - faq accordion.
  • Html and CSS here is the same, but this project is build using React with Hooks. In this version I made it so only one answer can be in open state.
  • Also some more practise with Cypess