Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:15:14.000Z (almost 2 years ago)
- Last Synced: 2024-03-19T02:56:05.858Z (8 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: 2
- 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
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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