Skip to content

Zlimon/pokedex-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex Lite

A lightweight Pokedex web application

Pokedex Lite

How to run

To initialize the templates, get the jteeuwen/go-bindata library by running:

go get -u github.com/jteeuwen/go-bindata/...

This will generate a static file with all the HTML templates and CSS information

Run this to generate the file (do this in the root directory):

go-bindata -o=assets/bindata.go --nocompress --nometadata --pkg=assets templates/... static/...

Run go build to start the local web server

Features

  • Pokemon information such as type, miscellaneous data and weakness
  • Browsing generations
  • Search functionality

Pokemon information

About

A lightweight Pokedex web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published