https://github.com/nik72619c/devfolio-draggable-list
A devfolio-draggable-list clone
https://github.com/nik72619c/devfolio-draggable-list
firebase javascript react web
Last synced: 2 months ago
JSON representation
A devfolio-draggable-list clone
- Host: GitHub
- URL: https://github.com/nik72619c/devfolio-draggable-list
- Owner: nik72619c
- Created: 2019-12-04T09:54:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T07:25:33.000Z (over 3 years ago)
- Last Synced: 2025-09-06T18:54:38.921Z (10 months ago)
- Topics: firebase, javascript, react, web
- Language: JavaScript
- Homepage: https://devfolio-draggable-list.netlify.com
- Size: 2.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Devfolio-draggable-list
Simple draggable list clone of devfolio skills list, without the use of any pre-made modules
## Scripts
Install the dependencies
```
npm install
```
Start the project (localhost:3000):
```
npm start
```