This is a simple WebApp made with ClojureScript that works as the Pokédex — a database of pokémon.
Features:
- [X] It loads all the data from PokeAPI
- [ ] It shows an interface to query that data
- [ ] It caches all the data in Local Storage and could work offline
- Ensure that you have NodeJS
npm install
npx shadow-cljs watch app
There will be a live version someday.
purpose | lib |
---|---|
html | rum |
http | cljs-ajax |
in-memory DB | datascript |
local storage | hodgepodge |