https://github.com/vijaysingh8650/project
Task application (with drag & drop feature)
https://github.com/vijaysingh8650/project
reactjs webpack
Last synced: 3 months ago
JSON representation
Task application (with drag & drop feature)
- Host: GitHub
- URL: https://github.com/vijaysingh8650/project
- Owner: VijaySingh8650
- Created: 2024-01-15T08:00:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T13:27:35.000Z (over 2 years ago)
- Last Synced: 2025-06-09T23:41:25.291Z (about 1 year ago)
- Topics: reactjs, webpack
- Language: JavaScript
- Homepage: https://singular-crumble-7d45c6.netlify.app/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task-drag-drop App
## Command
### npm run start (to start the server)
### npm run build (to build the server at production)
## Optimization
### 1. Using Webpack (for HMR, bundles & chunks)
### 2. Reusable components
#### Adding tasks to Added list

#### Dragging tasks to other lists

#### Thank you