Found 11 repositories(showing 11)
DevBillyM
No description available
A repository documenting my journey through Hitesh Choudhary's 30-day JavaScript challenge from 'Chai aur Code.' This repo includes core subjects, related questions, DSA, and projects. Accepting the challenge to become a JavaScript pro in 30 days!
amit265
A comprehensive collection of JavaScript solutions and notes for Data Structures and Algorithms (DSA) problems, Project Euler challenges, and a 30-day DSA challenge.
JayeshGujar327
30 Days JavaScript Problem Solving Challenge on LeetCode | Improving DSA, logic building, and consistency by solving daily coding problems.
sannal123
<!DOCTYPE> <html> <head> <title> Snl.exe_</title> <style> html { margin: 0; padding: 0; } body { font-family: 'Handlee', cursive; font-size: 13pt; background-color: #efefef; padding: 10px; margin: 0; } h1 { font-size: 15pt; color: #20bcd5; text-align: center; padding: 18px 0 18px 0; margin: 0 0 10px 0; } h1 span { border: 4px dashed #20bcd5; padding: 10px; } p { padding: 0; margin: 0; } .img-circle { border: 3px solid white; border-radius: 50%; } .section { background-color: #fff; padding: 15px; margin-bottom: 10px; border-radius: 10px; } #header { background-image: url("https://www.sololearn.com/Uploads/header.jpg"); background-size: cover; } #header img { display: block; width: 80px; height: 80px; margin: auto; } #header p { font-size: 25pt; color: #3b464c; padding-top: 5px; margin: 0; font-weight: bold; text-align: center; } .quote { font-size: 12pt; text-align: right; margin-top: 10px; } table { width: 100%; } table, th, td { border: 2px solid #cecece; border-collapse: collapse; text-align: center; table-layout: fixed; } .selected { background-color: #f36f48; font-weight: bold; color: white; } li { margin-bottom: 15px; font-weight: bold; } progress { width: 70%; height: 20px; color: #3fb6b2; background: #efefef; } progress::-webkit-progress-bar { background: #efefef; } progress::-webkit-progress-value { background: #3fb6b2; } progress::-moz-progress-bar { color: #3fb6b2; background: #efefef; } iframe, audio { display: block; margin: 0 auto; border: 3px solid #3fb6b2; } hr { border: 0; height: 1px; background: #f36f48; } form { text-align: center; margin-top: 0; } .submit { background-color: #3fb6b2; padding: 12px 45px; border-radius: 5px; cursor: pointer; color: #ffffff; border: none; outline: none; margin: 0; font-weight: bold; } .submit:hover { background-color: #43a09d; } textarea { height: 100px; } input, textarea { margin-bottom: 10px; font-size: 11pt; padding: 15px 10px 10px; border: 1px solid #cecece; background-color: #efefef; color: #787575; border-radius: 5px; width: 70%; outline: none; } .face { transform: scale(0.4); margin: 0 auto; display: block; margin-top: -35px; margin-bottom: -25px; } #contacts img { height: 50px; width: 50px; margin-left: 7px; margin-right: 7px; } #contacts a { text-decoration: none; } #contacts img:hover { opacity: 0.8; } #contacts { text-align: center; } .copyright { font-size: 8pt; text-align: right; padding-bottom: 10px; color: grey; } </style> </head> <body> <!--Heder start--> <div id="header" class="section"> <img alt="" class="img-circle" src="IMG_20210101_105359.jpg"> <p>Sannal Yadav</p> </div> <!--About me section--> <div class="section"> <h1><span>About Me</span></h1> <p> Hey! I am <strong> Sannal </strong> Coding has changed my world. it is mot just abut apps. Learning code give me <i> problem-solving skills</i> and a way to communicate with others on a technical level. I can also develop websites and use my coding skills to get a better job. And I learned it all at <strong>IIMT COLLEGE OF ENGINEERING</strong> where they build your self-esteem and keep you motivated. Join me in this rewarding journey. You will have fun, get help. and learn along the way! </p> <p class="quote">"Declare variable,not war"</p> </div> <!--Schedule section start--><h1><span>My Coding Schedule</span></h1> <table> <tr> <th>Day</th> <th>Mon</th> <th>Tue</th> <th>Web</th> <th>thu</th> <th>Fri</th> </tr> <tr> <td>8-8:30</td> <td class="selected">Learn</td> <td></td> <td></td> <td></td> <td></td> </tr> <tr> <td>9-10</td> <td ></td> <td class="selected">Practice</td> <td></td> <td></td> <td></td> </tr> <tr> <td>1-1:30</td> <td></td> <td></td> <td class="selected">Play</td> <td></td> <td></td> </tr> <tr> <td>3:45-5</td> <td ></td> <td></td> <td></td> <td class="selected">Code</td> <td></td> </tr> <tr> <td>6-6:15</td> <td ></td> <td></td> <td></td> <td></td> <td class="selected">Discuss</td> </tr> </table> <!--My Skills Section--> <div class="section"> <h1><span>My Skills</span></h1> <ul> <li>Java<br/> <progress min="0" max="100" value="90"></progress> </li> <li>DSA<br/> <progress min="0" max="100" value="60"></progress> </li> <li>HTML<br/> <progress min="0" max="100" value="80"></progress> </li> <li>CSS<br/> <progress min="0" max="100" value="80"></progress> </li> <li>Javascript<br/> <progress min="0" max="100" value="50"></progress> </li> <li>Python<br/> <progress min="0" max="100" value="50"></progress> </li> </ul> </div> <!-- Media section start --> <div class="section"> <h1><span>My Media</span></h1> <iframe height="150" width="300" src="https://www.youtube.com/embed/Q6_5InVJZ88 " allowfullscreen frameborder="0"></iframe> </div> <!-- Media section end --> <!-- Form section start --> <div class="section"> <h1><span>Contact Me</span></h1> <svg class="face" height="100" width="100"> <circle cx="50" cy="50" r="50" fill="#FDD835"/> <circle cx="30" cy="30" r="10" fill="#FFFFFF"/> <circle cx="70" cy="30" r="10" fill="#FFFFFF"/> <circle cx="30" cy="30" r="5" fill="#000000"/> <circle cx="70" cy="30" r="5" fill="#000000"/> <path d="M 30 70 q 20 20 40 0" stroke="#FFFFFF" stroke-width="5" fill="none" /> </svg> <form> <input name="name" placeholder="Name" type="text" required /><br/> <input name="email" placeholder="Email" type="email" required /><br/> <textarea name="message" placeholder="Message" required ></textarea> <input type="submit" value="SEND" class="submit" /> </form> </div> <!-- Form section end --> <!-- Contacts section start --> <div class="section" id="contacts"> <h1><span>Follow Me</span></h1> <div> <a href="https://www.sololearn.com/" target="_blank"> <img alt="SoloLearn" src="https://www.sololearn.com/Uploads/icons/sololearn.png" /> </a> <a href="#"> <img alt="Facebook" src="https://www.sololearn.com/Uploads/icons/facebook.png"/> </a> <a href="#"> <img alt="Twitter" src="https://www.sololearn.com/Uploads/icons/twitter.png" /> </a> </div> </div> <!-- Contacts section end --> <div class="copyright"> © Snl.exe_ All rights reserved. </div> </body> </html>
Furkan925
30 important JavaScript DSA and Pattern problems with clean code for interview prep. Here are a few more variations you can choose from: Top 30 JS DSA and Pattern questions with simple, interview-ready solutions. Master JavaScript DSA and pattern printing with 30 essential problems.
MC-Spraint
DSA\_Solutions' repo: DSA concepts, Leetcode's Top 150, Ace Interview's 75 solutions, Javascript 30 challenges, all with hand-written notes. Comprehensive learning resource.
TheAfjalhussain
this repositary is challenge repositary for learning javascript language in 30 days with basic to advance and some dsa
mananjayroy
This repository is dedicated to mastering Data Structures and Algorithms (DSA) using JavaScript, with a structured 30-day learning plan
dadihemasri
Welcome to my JavaScript DSA 30 day Challenge repository! Embark on a learning journey with me as I delve into Data Structures and Algorithms through a series of engaging web applications. This collection of 30+project serves as a record of my daily progress, showcasing diverse projects that reinforce fundamental programming concepts in JavaScript.
ArijitPatra2906
A 30-day challenge to boost DSA skills with one problem per day. Covers core topics like Arrays, Strings, Recursion, Linked Lists, Trees, Sorting, and Searching. Each solution includes clear explanations in JavaScript. Ideal for interview prep, daily practice, and strengthening problem-solving foundations. Consistency is the key!
All 11 repositories loaded