Example Todo App

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!

7 Likes

I watched your video showing this example - and it got me really excited about the creation and interaction between the application parts (full-stack). This sample should be made a lot more prominent as the sufficiently simple example of the motto “we bring full-stack to JamStack”.

@adriatic, I’m glad you mentioned this post - I had not seen it before you did. It’s right up my alley in terms of my current Redwood learning-curve position. I’ll study the simple app!

1 Like

You may run the Nuxtjs Hello World (tutorial) sample to fully appreciate the superiority of the RW motto “we bring full-stack to Jam-stack”