questionBankDemo
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This project is a demo website to showcase the UX flow of a question bank generator for teachers.
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.