Skip to content

saharshleo/chattingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatting Web App forthebadge

A simplistic browser-based chatting application, made using Flask and SocketIO.

The documentation can be found here

Current Features:

  • Global chat room
  • Public chat rooms on particular topics
  • Peer to peer chat
  • User Authentication
  • Storing chat history of peer to peer chats

Tools Used:

  1. HTML, CSS
  2. Bootstrap CSS
  3. JavaScript
  4. Python libraries and frameworks

Directory Structure

.
├── run.py                    # File to be run
├── chatApp                  
│   ├── app.py                
│   ├── forms.py 
│   ├── models.py 
│   ├── routes.py 
│   ├── static                
│   │   ├── CSS files          
│   │   └── JS files
│   ├── templates             
│   │   └── HTML files
│   └── __init__.py           
├── docs                    
│   ├── Chat App Doc.pdf      # Documentation
│   └── imgs for readme       
└── README.md 
│   .gitignore

Authentication Page

register login

Global Room

global

Public Chatroom

cs

Private Chatroom

p2p

Contributors

  • Akshat Shah
  • Arnav Shah
  • Ganadhish Acharekar
  • Saharsh Jain