Angular 19 application to search gifs.
Final project of section 8 of Dev/Talles' course: Angular 2025.
-
PLEASEEEEEE be careful with the scroll in the Trending Page because I am only allowed 100 requests / 1 h. ;D Just scroll a bit and you will see how infinite scroll works. The scroll is persistent.
-
You can use search input to find gifs. Those queries will be storage in LocalStorage and it will appear in the sidebar. So you could take a look again those gifs just clicking those queries in the sidebar list.
-
Other principal app's feature is click on Trending button to check most popular gifs.
- Angular CLI
- Component properties
- TailwindCSS
- Signals
- LazyLoad
- Separation of routes
- Daughter routes
- Angular environment variables
- Inputs
- Communication between components
- Nested RouterOutlets
- Dynamic route handling
- LocalStorage handling
- Observables to Signals
- Component reuse
- HTTP requests
- Cache handling
- Information mapping
- Preserve scroll state
- Make scroll infinite
- Masonry design with TailwindCSS
- Debugging techniques and tools