Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Boot.dev

Build a Pokedex in TypeScript

via Boot.dev

Overview

Stuck in Tutorial Hell? Learn Backend Dev the Right Way
Boot.dev teaches Python, SQL & Go through projects you won't want to stop. 25% off with code CLASSCENTRAL.
Get 25% Off
Build a command-line Pokedex in TypeScript with a REPL, HTTP requests, JSON parsing, caching, and API-backed game data.

Syllabus

  • 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 TypeScript.
  • 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 TypeScript.
  • Pokedex
    • Bring your REPL and cache together to complete your fully functional Pokedex CLI.

Reviews

4.7 rating at Boot.dev based on 194 ratings

Start your review of Build a Pokedex in TypeScript

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.