Discord UI Clone (partial) for study purposes.
Deployed here.
Study project from Rocketseat UI Clone class - 17/06/2020
- 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
.