A simple showcase WebApp that I have made in the process of learning the Common Lisp ecosystem.
The app is simple: one can browse a long list of Pokemon and get some info about any of them.
package | purpose |
---|---|
hunchentoot | HTTP server |
spinneret | HTML generation |
cl-dbi | Database |
dexador | HTTP client |
quri | URI manipulation |
jsown | JSON |
This app uses the PokeAPI!
My CSS/HTML skills are pretty basic. That's why I styled this app with awesome blocks.css.