An open API service indexing awesome lists of open source software.

https://github.com/mint-lang/mint-example-todo

Todo list example for showcasing Mint
https://github.com/mint-lang/mint-example-todo

Last synced: 2 months ago
JSON representation

Todo list example for showcasing Mint

Awesome Lists containing this project

README

          

# Todo App Example

This is a simple Mint todo application. Follow these steps to get up and running:

1. Install Mint (https://www.mint-lang.com/install)
2. Clone the repository
3. Install dependencies with `mint install`
4. Start the development server `mint start`
6. That's it!