This is the frontend side of a real-time groupal chat app, based on discord, which I made purely as an academical project.
Secret code for The Odin Project Group - 63e01a468c5bb836fa84eba5
- Register / Log in / Log out
- Create a chatroom
- Join a chatroom
- Leave a chatroom
- Share group secret code
- Store members
- Receive messages in real-time
- Show messages in real-time
- Alert if an user joined
- Alert if an user is typing
- Store messages in database
- Show messages history in chatrooms
- Allow users to communicate with other users
git clone https://github.com/chrisdadev13/Cordia.git
cd Cordia
VITE_API_URL=<Address of the server, e.g. http://localhost:8000/>
npm i
npm run build
npm run preview