This is the initial layout version of Cybercheck, a quiz app created as part of the Web Bootcamp. The quiz focuses on Accessibility and Intersectional Cybersecurity.
The project is being actively extended with JavaScript functionality and backend planning.
- HTML
- CSS (BEM)
- Responsive Design
index.html- Home pagebookmarks.html- Bookmark pageprofile.html- Profile pagestyles.css- Styling.gitignore- Files to ignore in version controlREADME.md- Project description
- Semantic HTML
- Responsive design
- Accessibility-first structure
- Quiz logic in JavaScript
- Local state management
- Bookmark functionality
- Preparing backend data model
- Build a clean HTML structure
- ✅ Use CSS BEM conventions
- ✅ Create a responsive layout
- Keep accessibility in mind
- Add JavaScript functionality for quiz logic
- Implement question filtering and bookmarks
- Prepare data structures for future backend integration