665 skills found · Page 6 of 23
Abhijay007 / Javascript Practice ProgramsBeginners friendly Programs for a better understanding of concepts
emmanueljohnsonpy / JavaScript PracticeJavascript basic to advance
bevry / BoundationAutomatic scaffolding and upgrading of your JavaScript ecosystem projects using Bevry's best practices
Adholah96 / Javascript Mini ProjectsHas multiple branches each with a different project ranging from easy one to more technical one's. The projects are practice exercises to improve on my JavaScript
SagarBiswas-MultiHAT / NoteBooks MaintainingBYmeA curated, well-organized collection of Jupyter notebooks and PDF notes covering Bash, C, C++, CyberSecurity, JavaScript, PHP, Python, React, Tools, Git & GitHub and Tips & Tricks. Each notebook includes runnable code cells, step‑by‑step explanations, examples, exercises, and resources for learners and developers to practice and reuse.
codeShaurya / Splitwise DesignSplitwise like Expense sharing app's Low-level design in Javascript using OOPs concept for machine coding practices
shihabuddin-dev / Js BookA practical JavaScript guide with real examples, easy explanations, and best practices—perfect for learners and developers at any level.
anishaswain / Simple JS ProjectsLooking to practice your JavaScript skills or need some beginner-friendly project ideas to work on? You've come to the right place! This repository is a collection of simple JavaScript project ideas to help you build and expand your coding portfolio.
OfficeDev / Outlook Add In JavaScript MakeEWSRequestThe JavaScript code in this sample shows a simple request for the subject of the current email message. It demonstrates the steps required to create an Exchange Web Service (EWS) request and the best practices for making the request.
SagarBiswas-MultiHAT / XSS WebGuardA client-side web security tool that sanitizes potentially malicious HTML and JavaScript input by stripping unsafe tags and event attributes. Designed to demonstrate XSS prevention concepts, safe input handling, and frontend security practices using pure HTML, CSS, and JavaScript in a beginner-friendly interface.
ab-noori / JavaScriptCapstoneAwesome movies is a JavaScript-based project that utilizes ES6 syntax, async/await, and follows best practices to build single page apps. The project ensures code quality through unit tests, code reviews, and Gitflow version control.
ironhack-labs / Lab Javascript KoansA very Zen exercise to practice JavaScript
ymw0331 / Vanilla Javascript 20 ProjectsThis repository contains 20 different vanilla JavaScript projects, each with its own folder and HTML, CSS, and JavaScript files. The projects are designed to help developers practice their JavaScript skills and explore different areas of the language.
umairarshadbutt / Mad Libs GameMad Libs Game: Practice game developed with HTML, CSS and Javascript
tomosterlund / Vue Testing Best PracticesA Vue-flavored interpretation of Yoni Goldberg's "JavaScript & Node.js Testing Best Practices"
hcvazquez / UFFRemover[A novel JavaScript code optimizer] A common practice in JavaScript development is to ship and deploy an application as a large file, called bundle, which is the result of combining the application code along with the code of all the libraries the application depends on. Despite the benefits of having a single bundle per application, this approach leads to applications being shipped with significant portions of code that are actually not used, which unnecessarily inflates the JavaScript bundles and could slow down website loading because of the extra unused code. The goal of this paper is to address the problem of reducing the size of bundle files in JavaScript applications.
AbdulRehmanBaig384 / Dribbble InspiredA responsive and stylish Dribbble-inspired website built using HTML, CSS, Bootstrap, and JavaScript. Features smooth animations, interactive UI, and a clean layout for showcasing designs. Perfect for frontend practice and creative portfolio presentation.
twilson63 / CybertronFunctional JavaScript Practice
MeesamBukhari / JavaScript PracticePractice of JavaScript lectures delivered by Zeeshan Hanif from PIAIC
Naledi-Dikgale / JS Best PracticesTest to determine whether JavaScript best practices were followed.