Lucas

Project — angular-chuck-norris

A Joke-Fetching Angular App Using the Chuck Norris Public API

First exploration of Angular HttpClient, Observables, and BehaviorSubjects.

Image 1
Image 2
Image 3
Image 4
Image 5
Image 6
Image 7
Image 8
Image 9
Image 10
1 / 10
01

In plain English

This website displays humorous Chuck Norris jokes on demand. You can filter the type of jokes you want to see and refresh them instantly.

02

For the curious

The project uses Angular’s HttpClient to fetch data from the ChuckNorris.io API. It implements Observables, BehaviorSubjects, and reactive patterns for state management and dynamic updates.

A little summary :

A concise Angular project centered on API integration and reactive programming basics, built in a single day.