Skip to content

๐Ÿ“” Simple React App demo to be used on my presentation about it.

Notifications You must be signed in to change notification settings

dhyegocalota/devmt-members

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DevMT Members ๐Ÿ“”

Simple React App demo to be used on my presentation about it.

Deploy

Deploy

Up & Running

  • Clone this repo
  • Install dependencies with yarn install
  • Create .env file with cp .env.sample .env and configure the settings there (see the section below)
  • Start the app with yarn start

Branches & Versions

We got three different versions on this project that are separated by their branch:

  • master: Hard coded data flow
  • manual: API data flow with manual work inside of the class components
  • redux: API data flow with Redux implementation and class components
  • hooks: API data flow function components and hooks

API

Since Slack Web API doesn't seem to support CORS, I actually had to create a tiny back-end wrapper server to support it.

So you got two options:

Author

Dhyego Calota dhyegofernando@gmail.com

License

MIT

About

๐Ÿ“” Simple React App demo to be used on my presentation about it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published