Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Logo




Made By


Languages

Top Language

Repo Size

Last Commit


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


Scene

## :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/