Add search page and show search results

This commit is contained in:
Kevin van der Werff
2019-11-06 21:00:53 +01:00
committed by Kevin
parent fe81ffcf9e
commit 23d97f00b1
3 changed files with 102 additions and 20 deletions

View File

@@ -32,12 +32,6 @@
"url": "https://javascript.info/",
"tags": ["tutorial", "explanations", "basics", "advanced"]
},
{
"title": "30 Seconds of Code",
"desc": "A curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.",
"url": "https://30secondsofcode.org",
"tags": ["resources", "educational", "short", "beginner"]
},
{
"title": "JS Tips",
"desc": "JS Tips is a collection of useful daily JavaScript tips that will allow you to improve your code writing.",