NEXT-GRAVIRY-DEMO

WebsiteCode

about

This full-stack web application demonstrates CRUD (Create, Read, Update, Delete) operations
for managing objects with properties like mass, radius, and name.
Users can create objects by clicking on a canvas, edit their attributes via a side panel, and save or delete changes.

usage

installation

you can use the already hosted version or you can:

git clone https://github.com/beddinao/next-gravity-demo.git && cd next-gravity-demo
git switch local
npm install && npm run dev

stack

preview