Skip to content

vmasdani/summer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summer

Try it out

A project to sum the total price needed for your BOM list & save it in your local storage, so when you exit your browser, the data won't be lost (until you clear your browser data).

This is an attempt for me to re-learn Elm and try out IndexedDB. However the IndexedDB is not pure Elm, Javascript interop is still needed.

Building

  1. Download Elm
  2. Clone this directory
git clone https://github.com/vmasdani/summer
  1. Run build.sh
./build.sh
  1. The static files will be in dist folder.