Skip to content

Frontend-only React + Vite CRUD starter using localStorage - clean UI, simple hooks, print-ready views, JSON import/export.

a2rp/react-crud-local

Repository files navigation

react-crud-local

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


Quick Start

# 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

About

Frontend-only React + Vite CRUD starter using localStorage - clean UI, simple hooks, print-ready views, JSON import/export.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published