Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmnog/discord
React JS Discord Clone
https://github.com/vmnog/discord
react responsive-layout styled-components typescript
Last synced: 10 days ago
JSON representation
React JS Discord Clone
- Host: GitHub
- URL: https://github.com/vmnog/discord
- Owner: vmnog
- Created: 2020-08-16T20:18:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T18:56:29.000Z (over 4 years ago)
- Last Synced: 2024-12-28T23:09:11.488Z (25 days ago)
- Topics: react, responsive-layout, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UI Clone - DiscordDiscord UI Clone (partial) for study purposes.
Check the live demo here.
## Participants
[](https://github.com/vmnog)
[Victor Nogueira](https://github.com/vmnog)
![Desktop Screenshot](./assets/desktop_screenshot.PNG?raw=true "Desktop Screenshot")
## Techs
- [x] React.js
- [x] Styled Components
- [x] TypeScript## Ideas to implement
- [ ] Add "scroll to new messages" button
- [ ] Add state management (switch between Servers and Channels)
- [ ] Back-end integration (roles, permissions, mentions, friend requests and more)## Usage
1. Run `npm install` or `yarn install`.
2. Run `yarn start` and access `http://localhost:3000`.