A Discord UI clone with React
Discord is a free voice and text chat app.
-
⚛️ React — A JavaScript library for building user interfaces.
-
📘 TypeScript — TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
-
💅 CSS — styled-components.
-
💖 Lint — ESlint/Prettier/Editor Config
- Clone this repo using
https://github.com/w-arantes/discord-react.git
- Move to the appropriate directory:
cd discord-react
. - Run
yarn
to install dependencies. - Run
yarn start
to see the example app athttp://localhost:3000
.
This project is licensed under the MIT License - see the LICENSE page for details.