Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelmartins92/discord-reactjs
🐑 Clone of Discord - Studying React JS
https://github.com/rafaelmartins92/discord-reactjs
javascript react styled-components
Last synced: 12 days ago
JSON representation
🐑 Clone of Discord - Studying React JS
- Host: GitHub
- URL: https://github.com/rafaelmartins92/discord-reactjs
- Owner: rafaelmartins92
- License: mit
- Created: 2020-07-12T02:01:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:21:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:49:24.319Z (almost 2 years ago)
- Topics: javascript, react, styled-components
- Language: JavaScript
- Homepage: https://discord-reactjs.netlify.app/
- Size: 4.81 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discord Clone!
This is a clone of the Discord.
The application was made in order to improve my skills with JavaScript and React JS.
Technologies |
Check it Out |
How to Use |
How to Contribute |
License
## :rocket: Technologies
This project was developed with the following technologies:
- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [React](https://reactjs.org/docs/getting-started.html)
- [React Icons](https://react-icons.github.io/react-icons/)
- [Styled Components](https://styled-components.com/)
- [VS Code][vc]## :eyes: Check it Out
You can try it here:
- [Discord Clone](https://discord-reactjs.netlify.app/)
## :information_source: How to Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js][nodejs] + [Yarn][yarn] installed on your computer.
From your command line:
```bash
# Clone this repository
$ git clone https://github.com/rafaelmartins92/discord-reactjs.git discord-reactjs# Go into the repository
$ cd discord-reactjs# Install dependencies
$ yarn install# Run the server
$ yarn start# The web application will open on port:3000 - To access it go to http://localhost:3000
```## :thumbsup: How to Contribute
- Make a fork;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit changes: `git commit -m 'feat: My new feature'`;
- Make a push to your branch: `git push origin my-feature`.After merging your receipt request to done, you can delete a branch from yours.
## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/rafaelmartins92/discord-reactjs/blob/master/LICENSE) for more information.---
Made with ♥ by Rafael Martins 👋 Get in touch![nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[git]: https://git-scm.com
[vc]: https://code.visualstudio.com/