We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

Build a Pokedex in Go

Build a REPL pokedex on the command line in Go. Learn how to use JSON, make network requests, and implement caching.

Also available in:

typescript

What will you learn?

A REPL, or Read-Eval-Print Loop, is a simple interactive programming environment that takes user input, evaluates it, and returns the result to the user. In this guided project, you'll build a Pokedex-like REPL in Go that uses the PokeAPI to fetch data about Pokemon. It's a great way to put your Go knowledge to the test and learn valuable skills like HTTP networking and data serialization.

Chapter List

1
REPL
A REPL (Read, Eval, Print Loop) is a simple interactive programming environment that takes user inputs, evaluates them, and returns the results. Learn how to implement one from scratch in Go.
2
Cache
When making network requests, one of the most common performance optimizations is to cache the results. Implement an in-memory cache for the PokeAPI in Go.
3
Pokedex
Bring your REPL and cache together to complete your fully functional Pokedex CLI.

Join 693 students in the Build a Pokedex in Go course

Read reviews of their learning experiences

Appreciated the tips on common pitfalls and debugging.

(4/5)
han jiwoong  profile image

han jiwoong

Jeju, KR 대한민국, 제주특별자치도

Short but impactful—taught me exactly what I needed.

(4/5)
Brandon Jaus profile image

Brandon Jaus

Fort Worth, TX

Fantastic! The explanations were crisp and the demos were grounded in real engineering scenarios. What stood out to me was the clear discussion around testing strategies and how to evolve a codebase over time. The sample repository was well-structured and made it simple to jump between sections. I’d love to see a follow-up lesson that goes deeper into profiling and performance tuning.

(3/5)
Prashant Dwivedi profile image

Prashant Dwivedi

Navi Mumbai

Great lesson, super clear.

(5/5)
Don Noska profile image

Don Noska

Denton, Texas

The real-world context made the concepts click for me.

(4/5)
Connor Teague profile image

Connor Teague

Fort Worth, TX

I appreciated how the instructor broke down the core concepts into digestible steps. The examples were practical and mirrored what I encounter in my day-to-day work. In particular, the section on error handling and observability tied everything together. If I had a minor nitpick, it would be that the pacing sped up in the last module, but the accompanying notes and code samples made it easy to revisit and cement the ideas.

(3/5)
Thien Nguyen profile image

Thien Nguyen

Vietnam

Loved the pacing and depth.

(4/5)
Sergey  profile image

Sergey

Moscow, Russia

Great lesson, super clear.

(5/5)
Innocent Chukwuemeka profile image

Innocent Chukwuemeka

Nigeria

The real-world context made the concepts click for me.

(4/5)
Mike Unruh profile image

Mike Unruh

Munich

Showing 1-9 of 10

or view more reviews

Mediocrity doesn't cut it anymore

The only way to become a great developer is to write a lot of code

Avoid tutorial hell

by writing a ton of code

Stay motivated with

a game-like curriculum

Build portfolio projects

to prove your skills

Delve deeper

into foundational concepts

Learn flexibly online

without interrupting your life

For 1% the price of college

to minimize your financial risk

Frequently asked Questions

Got questions? We've got answers

Yes! It's free to create an account and start learning. You'll get all the immersive and interactive features for free for a few chapters. After that, if you still haven't paid for a membership, you'll be in read-only (content only) mode.