diff --git a/src/Pages/AllResources/Web.jsx b/src/Pages/AllResources/Web.jsx index 277aa9b9..ba8014c3 100644 --- a/src/Pages/AllResources/Web.jsx +++ b/src/Pages/AllResources/Web.jsx @@ -396,4 +396,18 @@ const back = [ to: "/nodejs", des: "Node.js: JavaScript runtime for building scalable server-side applications.", }, + { + title: "Express", + image: + "https://w7.pngwing.com/pngs/925/447/png-transparent-express-js-node-js-javascript-mongodb-node-js-text-trademark-logo.png", + to: "/expressjs", + des: "Express.js is a minimalist and flexible Node.js web application framework.", + }, + { + title: "Firebase", + image: + "https://cdn.icon-icons.com/icons2/691/PNG/512/google_firebase_icon-icons.com_61474.png", + to: "/firebase", + des: "Firebase: Google's app development platform with authentication, real-time database, and hosting tools.", + }, ];