Skip to content

👾 Phantasmal — Where you can join more servers than you have actual friends.

Notifications You must be signed in to change notification settings

kenny-leong/phantasmal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phantasmal

Phantasmal is a web application inspired by Discord that allows users to create servers where they can interact in real time with other users in their communities. This project aims to replicate Discord's ease of use and the ability to share content with other Phantasmal clients running at the same time instantaneously through the use of WebSockets. Phantasmal is built with a Python/Flask backend and a React/Redux frontend for responsiveness.

Click here to view Phantasmal's Live Site

landing

Navigate to:

User Stories
Feature List
Database Schema
Backend Routes

Technologies/Frameworks Used:

Frontend:

JavaScript React Redux HTML5 CSS3

Backend:

Python Flask SQLAlchemy Postgres Socket.IO

Deployment:

Render

Features:

Demo User Implementation:

  • Feel free to test the site features through clicking the "Demo User" button which will directly log you in
  • There are exactly TWO different guest logins built for users looking to test the real-time messaging capabilities of Phantasmal

demo-user

Sign up a User:

  • You will be able to sign up and automatically be redirected to the logged in page
  • There are validations for signing up such as username length requirements, valid email address, password length, etc
  • Passwords must be matching when entered twice or the signup button will be disabled
  • Friendly reminders will display and signup will be blocked if fields are not properly filled out

signup-user

User Login and Authentication:

  • You are able to login as long as your credentials are stored within the database (hashed)
  • If there are no matching credentials an error message is displayed
  • Login button is disabled if there are null fields or if the amount of characters entered is not within the acceptable range

login-demo

Live Messaging Between Phantasmal Clients:

  • You are able to send messages to other Phantasmal clients as long as they are within the same server and channel
  • You must be logged in to use the live messaging feature

live-messaging

Create a Server

  • Users are able to create a server and add their friends to a server

create-server

Create a Channel

  • Create a channel for your friends by topic or interest

create-channel

React to Messages with Emojis

  • Users are able to react to messages with emojis
  • Users can see each other's reactions

reactions

Features Coming Soon:

  • AWS for File Uploads
  • Updating User Profile Pictures
  • Adding Members to a Server
  • Live Friend DMs

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.8%
  • CSS 49.5%
  • Other 0.7%