The README still described the Create React App scaffold and mixed
the release history into the same file.
- Document the current stack, requirements, project structure,
routes, data model, and build output
- Move the release history to CHANGELOG.md and add entries for
3.0.0, 3.0.1, and 3.0.2
Replace Create React App scripts with Vite equivalents.
Removes npm start, npm test, and npm run eject. Adds
npm run dev, npm run preview, npm run lint, npm run format,
and npm run format:check. Updates links to Vite and React docs.