practicalli / clojure-web-services

Develop production grade server-side web services and APIs using Clojure and REPL driven development
https://practical.li/clojure-web-services
Creative Commons Attribution Share Alike 4.0 International
11 stars 14 forks source link

Guided Project: How far is it? #4

Open practicalli-johnny opened 5 years ago

practicalli-johnny commented 5 years ago

A simple website with bootstrap and forms that lets you select two cities and it tells you how far they are apart (select Km, Miles, flaps of a birds wing, etc)

Resources https://stackoverflow.com/questions/44042246/clojure-hiccup-dropdown-menu https://weavejester.github.io/hiccup/hiccup.form.html https://stackoverflow.com/questions/8140867/clojure-hiccup-form-handler https://clojurebridge.org/community-docs/docs/web-applications/hiccup/ http://practicalli.github.io/clojure-webapps/compojure/show-request-info.html

ClojureScript https://yogthos.github.io/reagent-forms-example.html