https://github.com/halilatilla/pokemon-draggable-list
A simple example for creating a draggable list
https://github.com/halilatilla/pokemon-draggable-list
context-api dragable react reactquery tailwind
Last synced: 3 months ago
JSON representation
A simple example for creating a draggable list
- Host: GitHub
- URL: https://github.com/halilatilla/pokemon-draggable-list
- Owner: halilatilla
- Created: 2021-09-16T08:18:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T08:37:00.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T11:11:18.725Z (over 1 year ago)
- Topics: context-api, dragable, react, reactquery, tailwind
- Language: JavaScript
- Homepage: https://sharp-gates-f3635f.netlify.app/
- Size: 231 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon Draggable List
A simple example for creating a draggable list
## [Live Demo](https://sharp-gates-f3635f.netlify.app/)

This is a simple template for [Create React App](https://github.com/facebook/create-react-app).
## Getting Started
First, run the development server:
```bash
npm run start
# or
yarn start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.