Skip to content

reniclin/web-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-todo

web-todo is a simple web base todo list app write in html / css / ClojureScript.

Inspired by any.DO.

The todo data is store in localStorage.

the app is in very early stage, and no guarantee will keep development.

this app is for my own practice for html, css and ClojureScript.

usage

  1. compile cljs to js (more infos about cljsc and ClojureScript here)

    use cljsc to compile cljs file into js file.

    $ cljsc todo.cljs '{:optimizations :simple :pretty-print true}' > todo.js

    or use lein-cljsbuild command

    $ lein cljsbuild auto

  2. compile scss to css (you should know about sass and compass first.)

    $ compass watch

  3. use browser to open the todo.html file, and try it.

samples

If you know nothing about ClojureScript and sass/scss/compass, you can just use your browser open samples/todo.html

it included all needed js and css code, no need to complie, just try.

note

currently not work right with IE. (maybe I'll fix it someday. lol)

work fine with Chrome, FireFox, Opera and Safari.

resources

Clojure

ClojureScript

sass

Compass

fancy-buttons

Animate Mixin for Compass/SASS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published