https://github.com/dhyegocalota/devmt-members
📔 Simple React App demo to be used on my presentation about it.
https://github.com/dhyegocalota/devmt-members
devmt react react-demo redux redux-thunk
Last synced: about 2 months ago
JSON representation
📔 Simple React App demo to be used on my presentation about it.
- Host: GitHub
- URL: https://github.com/dhyegocalota/devmt-members
- Owner: dhyegocalota
- Created: 2019-03-09T04:09:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:15:14.000Z (over 3 years ago)
- Last Synced: 2025-09-12T03:15:31.099Z (10 months ago)
- Topics: devmt, react, react-demo, redux, redux-thunk
- Language: JavaScript
- Homepage: https://devmt-members.herokuapp.com
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevMT Members :notebook_with_decorative_cover:
Simple React App demo to be used on my presentation about it.
## Deploy
[](https://heroku.com/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](#API))
- Start the app with `yarn start`
## Branches & Versions
We got three different versions on this project that are separated by their branch:
- [master](https://github.com/dhyegocalota/devmt-members/tree/master): Hard coded data flow
- [manual](https://github.com/dhyegocalota/devmt-members/tree/manual): API data flow with manual work inside of the class components
- [redux](https://github.com/dhyegocalota/devmt-members/tree/redux): API data flow with Redux implementation and class components
- [hooks](https://github.com/dhyegocalota/devmt-members/tree/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](https://github.com/dhyegocalota/devmt-members-api) to support it.
So you got two options:
- Use the online [deployed version](http://devmt-members-api.herokuapp.com/)
- OR [deploy the API by yourself](https://github.com/dhyegocalota/devmt-members-api/tree/manual#deploy)
## Author
Dhyego Calota
## License
MIT