Skip to content

mttwlkr/swapigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwapiGo - Star Wars in Go

I wanted to learn Go. I also wanted to play with Tailwind CSS, so I built a website that fetches data from the Star Wars API and displays an HTML Page with Tailwind CSS classes. You can view pages of people, films, vehicles and starships. You can select a unit and view greater details and all associations of that unit. Initial pages are fetched using Go's WaitGroup and page associations are fetched concurrently using channels. I thought it was cool to build an entire website without a single line of JavaScript, haha. I like tailwind CSS and I really like Go.

Installation

install go (I am running 1.14.6)

go run swapi.go (from root directory)

visit localhost:8080

People List Vehicles List Film Detail Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published