https://github.com/astynax/cl-pokedex
A showcase webapp that I made to play with the Common Lisp ecosystem
https://github.com/astynax/cl-pokedex
common-lisp pokemon-api webapp
Last synced: 2 months ago
JSON representation
A showcase webapp that I made to play with the Common Lisp ecosystem
- Host: GitHub
- URL: https://github.com/astynax/cl-pokedex
- Owner: astynax
- License: mit
- Created: 2021-06-29T16:02:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T19:25:40.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T02:30:54.316Z (4 months ago)
- Topics: common-lisp, pokemon-api, webapp
- Language: Common Lisp
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CL-Pokedex
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](https://en.wikipedia.org/wiki/Pokemon) and get some info about any of them.

## Used CL packages
| package | purpose |
|:----------------------------------------------------:|:----------------:|
| [hunchentoot](https://edicl.github.io/hunchentoot) | HTTP server |
| [spinneret](https://github.com/ruricolist/spinneret) | HTML generation |
| [cl-dbi](https://github.com/fukamachi/cl-dbi) | Database |
| [dexador](https://github.com/fukamachi/dexador) | HTTP client |
| [quri](https://github.com/fukamachi/quri) | URI manipulation |
| [jsown](https://github.com/madnificent/jsown) | JSON |## PokeAPI
This app uses the [PokeAPI](https://pokeapi.co/)!
## block.css
My CSS/HTML skills are pretty basic. That's why I styled this app with awesome [blocks.css](https://thesephist.github.io/blocks.css/).