Discord UI Clone (partial) for study purposes.
Deployed here.
- React.js
- Styled Components
- TypeScript
- Add "scroll to new messages" button
- Add state management (switch between Servers and Channels)
- Back-end integration (roles, permissions, mentions, friend requests and more)
- Run
npm install
oryarn install
. - Run
yarn start
and accesshttp://localhost:3000
.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.