(async function(){
	const res = await fetch('data.json');
	const data = await res.json();

	// TODO: implement search
})();