Frontend-only, full-CRUD starter using React + Vite + localStorage. No backend, no database—clean UI, simple hooks, print-ready views, and import/export for data.
Live (Netlify): https://a2rp.github.io/react-crud-local/
GitHub: https://github.com/a2rp/react-crud-local
# 1) Clone
git clone https://github.com/a2rp/react-crud-local.git
cd react-crud-local
# 2) Install deps
npm install
# 3) Run dev
npm run dev
# Vite dev server prints the local URL (usually http://localhost:5173)
# 4) Build (optional)
npm run build
# 5) Preview production build (optional)
npm run preview