Skip to main content

Examples

This section contains examples of how to use Jet Blaze in different scenarios. Whole list of examples can be found in the examples directory of the repository.

Todo App

This is a simple Todo App that demonstrates how to use Jet Blaze to manage the state of a Todo App. The app has the following features:

  • Add a new todo
  • Remove a todo
  • Mark a todo as completed
  • Filter todos by status (all, active, completed)
  • Clear all completed todos
  • Toggle all todos

Link to the Todo App