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

https://github.com/projectevergreen/todo-app

Implementation of a Todo App demonstrating Project Evergreen recommendations with Greenwood.
https://github.com/projectevergreen/todo-app

css custom-elements jaavscript todomvc

Last synced: 7 days ago
JSON representation

Implementation of a Todo App demonstrating Project Evergreen recommendations with Greenwood.

Awesome Lists containing this project

README

          

# todo-app
[![GitHub release](https://img.shields.io/github/tag/ProjectEvergreen/todo-app.svg)](https://github.com/ProjectEvergreen/todo-app/tags)
![CircleCI branch](https://img.shields.io/circleci/project/github/ProjectEvergreen/todo-app/master.svg?style=plastic)
[![GitHub issues](https://img.shields.io/github/issues-raw/ProjectEvergreen/todo-app.svg)](https://github.com/ProjectEvergreen/todo-app/issues)
[![GitHub issues](https://img.shields.io/github/issues-pr-raw/ProjectEvergreen/todo-app.svg)](https://github.com/ProjectEvergreen/todo-app/issues)
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/ProjectEvergreen/todo-app/master/LICENSE.md)

## Overview
An example repo reproducing the ever so classic "Todo" app. Loosely follows the [app specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md) as defined by the [Todo MVC project](http://todomvc.com/).

![Todo App](https://s3.amazonaws.com/uploads.thegreenhouse.io/project-evergreen/todo-app-0.1.0.png)

## Development
Tasks to get you going working on this project:
- `npm run build` - build the app for production
- `npm run develop` - develop locally with live reload
- `npm run serve` - build the app and serve it locally (good for quick demos / debugging)

### Misc
- Visual Studio Code has [an extension to support lit-html](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html)