Changed theme, added search, added pagination

This commit is contained in:
2022-11-27 09:27:49 +01:00
parent 7ab57f2ea0
commit bea96468d5
19 changed files with 370 additions and 137 deletions
+21 -1
View File
@@ -1,2 +1,22 @@
# pokemongotemplates
A go application that makes an api call to the pokemon api, and shows a detail list of pokemons using go templates.
A server side go application that makes multiple api calls to the pokemon api, and shows a detail list of pokemons using go templates.
![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)
### Instalation
#### Clone
``` git clone https://github.com/dadobos/pokemongotemplates.git```
#### Go inside the folder
``` cd pokemongotemplates/cmd/pokemongotemplates```
#### Run the application
``` go run main.go ```
#### Open the browser at
``` http://localhost:8080/ ```