Coder Social home page Coder Social logo

vinkja / todomvc-es6-custom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ibwgr/todomvc-es6-custom

0.0 1.0 0.0 575 KB

Simple TodoMVC Application with vanilla ES6

Home Page: todomvc-es6-custom.vinkja.vercel.app

JavaScript 19.90% HTML 18.29% Shell 0.51% Dockerfile 0.70% CSS 60.59%

todomvc-es6-custom's Introduction

Build Status

Install

  1. install npm (shipped with node. nvm recommended for node install)
  2. npm install
  3. install eslint plugin in intellij

Module

  • mocha – test runner & test suite supporting BDD (describe, it)
  • sinon – mocking / spying in unit tests
  • chai – assertion library für e2e tests (promise fähig)
  • parcel - bundler

Development

Build & serve web application: npm run dev

Test

npm run test:unit

First start frontend npm run start:ci
Then run e2e test against it npm run test:e2e

History

a9c8a4f

  • toolchain with parcel, eslint, npm
  • index.html with script and es6 imports

47a8975

  • creating instance from class
  • template string
  • dom manipulation

c84e274

  • event handler

a1301b2

  • controller.
  • handles events from view
  • "private" methods
  • higher order functions

1302ee6

  • real private methods with es6 symbol

46a1658

  • export events
  • import as, multi export

f9d9b4d

  • bind
  • innerHTML
  • map

4fb5801

  • local storage
  • JSON

todomvc-es6-custom's People

Contributors

ideadapt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.