Question Bank Demo

This project is a demo website to showcase the UX flow of a question bank generator for teachers.

Project Structure

  • README.md: This file.
  • frontend/: Contains all the frontend code.
  • frontend/components/: Contains all the React components.
  • frontend/index.html: The main HTML file.
  • frontend/style.css: The main CSS file.
  • frontend/index.tsx: The main React entry point.
  • frontend/components/App.tsx: The main React component.
  • backend/: Contains all the backend code.
  • backend/index.ts: The main backend entry point.
  • shared/: Contains code shared between the frontend and backend.
  • package.json: The project's dependencies.