Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.1 KB

File metadata and controls

17 lines (9 loc) · 1.1 KB

React/Redux ChatGPT TodoMVC Demo

See the blog post for more information!

This is the React/Redux TodoMVC example implementing a todo list app, but with the reducers deleted (i.e., no business logic). Instead, the app's initial state and actions are fed through ChatGPT, which predicts new states automatically! This is implemented via the react-redux-chatgpt plugin.

Watch the Demo Video!

Demo video on YouTube

License

MIT (since the original code was pulled from Redux)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this work by you shall be licensed as above, without any additional terms or conditions.