https://github.com/arrudadev/discord-ui-clone
Discord UI clone for study purposes.
https://github.com/arrudadev/discord-ui-clone
react styled-components typescript ui-clone
Last synced: about 2 months ago
JSON representation
Discord UI clone for study purposes.
- Host: GitHub
- URL: https://github.com/arrudadev/discord-ui-clone
- Owner: arrudadev
- License: mit
- Created: 2020-07-31T00:39:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T02:22:39.000Z (almost 6 years ago)
- Last Synced: 2025-03-04T05:28:14.601Z (over 1 year ago)
- Topics: react, styled-components, typescript, ui-clone
- Language: TypeScript
- Homepage: https://monteiro-alexandre-discord-ui-clone.netlify.app/
- Size: 592 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Discord UI Clone

[](https://opensource.org/licenses/MIT)
Discord UI clone for study purposes.
Deployed here.
## 💻 Technologies
This project was developed with the following technologies:
- [Typescript](https://www.typescriptlang.org/)
- [React](https://reactjs.org)
- [Styled Components](https://styled-components.com/)
- [Eslint](https://eslint.org/)
- [Commitlint](https://commitlint.js.org/#/)
## 📝 Getting started
First you need to have `node` and `yarn` installed on your machine. Then, you can clone this repository.
```bash
git clone https://github.com/monteiro-alexandre/discord-ui-clone.git
```
Install dependencies:
```bash
yarn
```
After finishing the installation, run:
```bash
yarn start
```
To view the project you can open [localhost:3000](http://localhost:3000).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.