To show off what a simple Redwood app might look like, I’ve put together a classic Todo app!
You can find the code on GitHub: https://github.com/redwoodjs/example-todo
It shows off the following features:
- Redwood Cells (see TodoListCell.js).
- Optimistic GraphQL response with Apollo (see AddTodo.js).
- SVG loader (see Check.js)
- StyledComponents usage (and stylistic approach)
Let me know if you have any questions!