Frontend-only React application intended for interview debugging exercises. State and data are mocked locally; no backend services are required.
- Node.js 18+
- npm 9+ (ships with Node.js 18)
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the printed local URL (defaults to
http://localhost:5173) in your browser.
- Username:
admin - Password:
1234
npm run dev: Launches the Vite dev server with hot reload.npm run build: Bundles the app for production into thedistfolder.npm run preview: Serves the production build locally.
- The project intentionally includes several bugs and unfinished enhancements as outlined in the interview brief.
- All application state lives in-memory using React Context and mock data files under
src/data.