diff --git a/index.html b/index.html index 99245d8c..096d1df4 100644 --- a/index.html +++ b/index.html @@ -49,20 +49,34 @@
-
-
-

šŸš€ An Interactive Coding Platform

-

- -

-

- Discover CodeClip, an exhilarating, lightweight web app that - empowers developers to master coding challenges right in their - browser! Whether you're tackling algorithms, debugging scripts, - or showcasing your solutions to the open-source community, - CodeClip offers a seamless, interactive experience with a sleek - interface, real-time feedback, and effortless sharing via unique - URLs or GitHub Gists. + +

+ +
+
+

Two Sum

+ Easy +
+

+ Given an array of integers and a target sum, return indices of two numbers that add up to the target. +

+
+ Arrays + Hash Table +
+ +
+ +
+
+

Longest Palindromic Substring

+ Medium +
+

+ Given a string, find the longest palindromic substring within it. +

šŸŽÆ Start Coding diff --git a/javascript-executor.html b/javascript-executor.html new file mode 100644 index 00000000..35c8362a --- /dev/null +++ b/javascript-executor.html @@ -0,0 +1,736 @@ + + + + + + JavaScript Code Executor + + + +
+
+

šŸš€ JavaScript Code Executor

+

Write, test, and debug your JavaScript code with advanced safety features

+
+ +
+
+
+

šŸ“ Code Editor

+
+ + + ms +
+
+ +
+ +
+ +
+ + + +
+ +
+ Quick Examples:
+ + + + + +
+
+ +
+
+

šŸ“Š Output Console

+ +
+ +
+
Ready to execute JavaScript code... +Try running the example code or write your own!
+
+ +
+
+
+ Ready +
+
+ Execution time: -- + Memory: -- +
+
+
+
+
+ + + + \ No newline at end of file