This project was developed using the following technologies:
Clone the project and access the folder.
The public URL can be found here:
Deployed version: https://react-slack-clone-redux.web.app
Local React.js development server:
$ git clone https://github.com/g-santosmartins/react-slack-clone.git
Enter by using the CD command if you will and then:
Follow the steps below:
# Install the dependencies
$ yarn
or
$npm (v14.0.0 or older)
Use NVM, if you will
# Start the project
$ yarn start
$npm install
The app will be available for access in your browser at http://localhost:3000
Access: https://firebase.google.com/?hl=pt-br
Layout color change was implemented to supply user will of chaging default colors:
Chaging photo at profile area by using gravatar public API and firebase to persist the data:
You can view the project layout here:
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ❤️ by Guilherme Martins