
svelteJSONFilter
SvelteKit / DummyJSON API
Description
A search filter built in SvelteKit using data from DummyJSON API.
Overview
This project fetches a dataset's properties from the DummyJSON API, selects specific properties, and stores them as a string in a new property within a writable store. The search functionality filters data by crosschecking the stored properties against user input, displaying only matching items.
As I grow as a developer, projects like this serve as permanent reference material for my websites, side projects, and other endeavors. The filter on my 'Projects' page uses similar logic with a different implementation.