/slack-world

A messaging app that allows members of teams to collaborate on projects

Primary LanguageJavaScript

Slack World

A messaging app for business that connects people to the information they need. By bringing people together to work as one unified team, Slack transforms the way organizations communicate.

This project is currently in development. Users can Sign in with their google account, create channels, talk with team co-memebers and chat friends

Project Screen Shot

image

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm run start

To Visit App:

localhost:3000

Reflection

  • This was a week long project built during a youtube Software and Design session with Sonny Sangha of Papa React Fam. Project goals included using technologies learned up until this point and familiarizing myself with documentation for new features.
  • One issue I faced was working with outdated npm packages and old configurations.
  • At the end of the day, the technologies implemented in this project are React, React-Router 4.0, Redux, a significant amount of VanillaJS, JSX, and CSS. I chose to use the create-react-app.