A simple Next.js application for managing user records, featuring full CRUD (Create, Read, Update, Delete) operations.
- View a list of users
- Add new users
- Edit existing user details
- Delete users
- Optimistic UI updates for a snappy experience
First, install dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.