File size: 1,423 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# React Discord Clone
> Functional Discord Clone written in Typescript using React, Socket IO, NodeJS, Express and MySQL
** This project is NOT maintained, and does not reflect my current work **
- This project was created as a learning experience in 2018
- Not maintained, and backend no longer hosted anymore
~~View the live verison at -> http://ericellb.github.io/React-Discord-Clone~~
~~Check out the backend code! -> https://github.com/ericellb/React-Discord-API~~
Originally started as a simple chatting application to test my Frontend + Backend skills, magically turned into a Discord Clone.

## Features
Implemented Features
- [x] Real time messaging using Socket IO
- [x] Local Authentication
- [x] Loads User Data upon login (Servers, Channels, Private Messages)
- [x] Creation and Joining Servers
- [x] Creation of Channels in a Server
- [x] Server Settings (Change name and delete)
- [x] Channel Settings (Change name and delete)
- [x] Persistent channel history
- [x] Pretty Print Code Blocks enclodes in three `
- [x] Private messaging
- [x] Timestamps for messages
- [x] Show current active users in given server
- [x] Convert to Typescript
- [x] Voice Chat (Buggy, but main features work)
## License
Copyright Eric Ellbogen 2019
- This project is under the **GNU V3** license. [Find it here](https://github.com/ericellb/React-Discord-Clone/blob/master/LICENSE).
|