Skip to content

Aayushi-R/Drag-N-Drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drag-N-Drop

A drag-and-drop chat app

Installation

Depedencies

  • Python 3

Setup

To run the app yourself, you can run the following steps:

git clone https://github.com/Aayushi-R/Drag-N-Drop.git
cd drag-n-drop
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
./run.sh

Once the app is running, navigate to 127.0.0.1:5000 in a browser to start using Drag N Drop.

Features

  • Bleeding edge drag-and-drop chat interaction
    • Note: Make sure to trade off mouse arms periodically to even out all of the muscle building from dragging and dropping.
  • Alerts for when users try to do anything that doesn't involve dragging and dropping.
  • Animated background that emulates a dragging and dropping motion, in case users forget what they're supposed to be doing.
  • An exhaustive JSON dictionary containing most words that the average person would ever need to say.