Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diemol/my-visual-todo-app

A sample ToDo app used for demos
https://github.com/diemol/my-visual-todo-app

Last synced: 17 days ago
JSON representation

A sample ToDo app used for demos

Awesome Lists containing this project

README

        

# My Visual ToDo App

This is a simple ToDo app, adapted from the Docker
[101-tutorial](https://github.com/dockersamples/101-tutorial).

This app is used for demos during different talks about automated
testing.

## How to get the app running
1. `npm install`
2. `npm run dev`
3. Head to http://localhost:3000 `(admin:admin)`

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/diemol/my-visual-todo-app)