From 0312a89d8cba6281bea03a8eb5bd76a5ac6dca5a Mon Sep 17 00:00:00 2001 From: Jody Zhou <56443135+JodyZ0203@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:10:02 -0500 Subject: [PATCH] Updated the Electron section (#965) * Updated the Electron section Updated the Electron section in the front end road map * Update 100-electron.md Co-authored-by: Kamran Ahmed --- .../content/122-desktop-applications/100-electron.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/122-desktop-applications/100-electron.md b/content/roadmaps/100-frontend/content/122-desktop-applications/100-electron.md index 633bbe8f2..cb0633171 100644 --- a/content/roadmaps/100-frontend/content/122-desktop-applications/100-electron.md +++ b/content/roadmaps/100-frontend/content/122-desktop-applications/100-electron.md @@ -1 +1,3 @@ -# Electron \ No newline at end of file +# Electron + +Electron allows you to build cross-platform desktop applications with HTML, CSS, and Javascript/Typescript. It uses Chromium and Node.js, so essentially it is a "Browser" like application that is compatbile with Mac, Windows, and Linux.