https://github.com/mirzaianov/test-entities-canvas
Test Project
https://github.com/mirzaianov/test-entities-canvas
test-project
Last synced: about 1 year ago
JSON representation
Test Project
- Host: GitHub
- URL: https://github.com/mirzaianov/test-entities-canvas
- Owner: mirzaianov
- Created: 2024-03-27T19:26:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T20:18:27.000Z (about 2 years ago)
- Last Synced: 2025-01-30T21:35:06.146Z (over 1 year ago)
- Topics: test-project
- Language: JavaScript
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Entities Project

## Description
A test project that renders a table of entities in `Canvas`
### Features
- A dataset visualization as a table using `Canvas`
- The list view of entities with the `Edit` & `Remove` buttons
- CRUD operations with entities
- A view of a single entity with an ability to change `Name`, `Coordinate` & `Labels`
### Dependencies
- Vite
- React + Redux + Tailwind + Konva
- JSON Server
### Installation
A start in the development mode:
npm create vite@latest
cd my-project
npm install
### Execution
npm run dev
Vite will start:
- frontend server on http://localhost:5173/
- backend server on http://localhost:5000/entities
! The production mode has not been tested.
## Authors
@mirzaianov
## Version History
- 1.0.0 First Release