https://github.com/taiseen/to-do-drag-n-drop-ts
https://github.com/taiseen/to-do-drag-n-drop-ts
css react-js type-script
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taiseen/to-do-drag-n-drop-ts
- Owner: taiseen
- Created: 2022-06-11T13:50:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T22:15:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T18:51:16.831Z (3 months ago)
- Topics: css, react-js, type-script
- Language: TypeScript
- Homepage: https://taiseen.github.io/to-do-drag-n-drop-ts
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 11 - Jun - 2022
# React + TypeScript
## Build it just for practice of Type-script with React...
# Side Dependencies...
|No| Package Installs | Use for... |
|--|----------------------------------------|-----------------------------------|
|1 | yarn add `gh-pages` | git hub page builder |
|2 | yarn add `react-beautiful-dnd` | element drag & drop |
|3 | yarn add `@types/react-beautiful-dnd` | type checking for dnd lib... |
```
yarn add gh-pages==> Publish to a gh-pages branch on GitHub
``````
"scripts": {
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
``````
"homepage" : "https://taiseen.github.io/to-do-drag-n-drop-ts",
``````
yarn deploy
```