From 24a7639af6e8036a840b60535683f6a63db4dad3 Mon Sep 17 00:00:00 2001 From: AbdulkarimOgaji <2010704039@udusok.edu.ng> Date: Mon, 13 Jun 2022 08:38:56 +0100 Subject: [PATCH] chore: add to resources --- resources.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources.js b/resources.js index 507a1c1..3784aae 100644 --- a/resources.js +++ b/resources.js @@ -79,6 +79,16 @@ const resources = [ url: 'https://javascript.info/object', keywords: ['javascript', 'objects'] }, + { + name: "Crypto Zombies", + url: "https://cryptozombies.io", + keywords: ["crypto", "web3", "blockchain"] + }, + { + name: "How to make your first pull request on GitHub", + url: "https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/", + keywords: ["open source", "git"] + } ]; exports.resources = resources; \ No newline at end of file