diff --git a/resources/frontend.json b/resources/frontend.json index 0a38740..984f07d 100644 --- a/resources/frontend.json +++ b/resources/frontend.json @@ -61,6 +61,33 @@ "desc": "Friendly web development tutorials for complete beginners in HTML and CSS", "url": "https://www.internetingishard.com/", "tags": ["html", "semantic", "css", "typography"] + }, + { + "title": "Periodic Table of Web APIs", + "desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support", + "url": "https://wwwperiodictable.surge.sh/", + "tags": [ + "resources", + "aggregator", + "fundamentals", + "web", + "visual", + "browser", + "frontend", + "overview", + "guides", + "tutorial", + "compatibility", + "lists", + "obselete", + "reference", + "specification", + "standards", + "comprehensive", + "advanced", + "guides", + "links" + ] } ] }