Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/diemol/my-visual-todo-app
- Owner: diemol
- License: mit
- Created: 2021-11-19T23:32:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T22:00:33.000Z (10 months ago)
- Last Synced: 2024-11-01T04:42:26.227Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)