- Node.js (v16 or higher)
- npm
-
Install dependencies:
npm install -
Start the development server:
npm run dev -
Open the application: Open the URL shown in the terminal (usually http://localhost:5173) in your browser.
src/: Application source code (components, models, services, types)package.json: Project dependencies and scriptsindex.html: Main HTML entry pointtsconfig*.json: TypeScript configuration filestailwind.config.js,postcss.config.js: Tailwind CSS and PostCSS configuration (if used)
- All data is stored in the browser's localStorage. If you clear your browser data or use incognito mode, the information will be lost.
- No backend or external database is required; everything runs in the browser.
GJoe