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.
index.http.ts
https://prashamtrivedi--b5aaa2ec79e011f0b34e0224a6c84d84.web.val.run
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.