mjleehh / mi136-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MI136 Examples

This repo contains the code examples for the MI136 class held in winter semseter 2018 at FH Kiel.

Each example can be found in a separate subfolder.

Requirements

You will need to install the following tools:

Running Examples:

From an example folder run

./start

to run an example.

NOTE: windows users have to run this command in a BASH shell. Use Git BASH for example.

List of examples:

Counter

/counter

view app

a very basic elm app that demonstrates the use of state

counter screenshot

Notes with Dementia

/notes-with-dementia

view app

a note application that does not store the notes

notes with dementia screen shot

Address Book

/address-book

view app

A more complex application handling interaction with the materialize framework and storing data in the local IndexDB.

Create and remove entries: create an entry

Adding and removing tags: create an entry

Searching for entries by name: create an entry

Searching for entries by tag: create an entry

The database storage: create an entry

About


Languages

Language:Elm 77.9%Language:JavaScript 15.9%Language:HTML 4.2%Language:Shell 1.5%Language:CSS 0.6%