Coding AddaforCoding Addacodingadda.hashnode.dev·Dec 30, 2024Why You Should Think Twice Before Cloning ProjectsIntroduction Cloning a project might seem like a shortcut for beginners and students to create something impressive. But is it the right way to learn? In our first episode of Dev Exchange, we delve into this topic, offering insights from personal exp...1 likeResourcesclone
Gagan G Saralayagagang.hashnode.dev·Dec 5, 2024Query of employee information mini project in CThis project program is to take employee details from the user and it prints the required details of that specific employee based on what the user has searched. Suppose the user wants to know about all the employee details of the employees who have a...miniprojects
Gagan G Saralayagagang.hashnode.dev·Nov 7, 2024Slot Frenzy: A Chance to Win. My slot machine project.Wondered how a slot machine works. The glittering and sparkling lights of a slot machine, and the sounds it makes which makes you helpless and addicted to the slot machine. Here is a simple slot machine project I made when I was bored out of my mind ...miniprojects
Arkadipta Kunduarkadiptakundu.hashnode.dev·Oct 25, 2024🗳️ Building an Online Voting Platform: Challenges, Solutions, and Key LearningsHey, everyone! 👋 Recently, I worked on a simple and secure online voting platform for my college mini-project, and I wanted to share how I did it. From managing user registrations to setting up an admin approval system, this project taught me a lot ...16 likesjs
Frontend Clubfrontend-club.hashnode.dev·Oct 4, 2024Side NavigationAprenda a crear un menú de navegación lateral animado y cerrable. https://codepen.io/frontend-club/pen/dyxMyNX 1. Marcado HTML <div id="mySidenav" class="sidenav"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> ...Mini projects#side-navigation
Frontend Clubfrontend-club.hashnode.dev·Oct 3, 2024Fixed SidebarAprenda a crear un menú de navegación lateral fijo con CSS. https://codepen.io/frontend-club/pen/jOgWazJ Crea un sidebar Paso 1) Marcado HTML <!-- Barra lateral (sidebar) --> <div class="sidenav"> <a href="#nosotros">Nosotros</a> <a href="...Mini projects#fixedsidebar
Frontend Clubfrontend-club.hashnode.dev·Oct 2, 2024Search BarAprende cómo añadir un cuadro de búsqueda dentro de un menú de navegación responsive. https://codepen.io/frontend-club/pen/vYoNZVj Crea una barra de búsqueda Paso 1) Marcado HTML <div class="topnav"> <a class="active" href="#home">Home</a> <...Mini projectssearch bar
Shaik Sharooqsuhan903blog.hashnode.dev·Aug 21, 2024Day 25 Progress - Mini CSS Project: Side Menu BarToday, I tackled an exciting mini-project that allowed me to explore CSS more deeply while utilizing my HTML skills. I created a responsive side menu bar featuring an engaging design and smooth transitions, providing a sleek and interactive user expe...CSS
Divyansh Savitatechzacker.hashnode.dev·Aug 10, 2024My First JavaScript Mini ProjectThis blog is about what I learn from my first project. This project is all about shifting apples from one basket to another. Interface is pretty basic. In this project I focus on JavaScript logics more. In this project I make first basket and second ...JavaScript
Frontend Clubfrontend-club.hashnode.dev·Jun 25, 2024Navbar with IconsCrea una barra de navegación responsive con íconos, usando CSS. Ejemplo: https://codepen.io/frontend-club/pen/rNgKmze Referencias El contenido de este artículo es inspiración y traducción de: How TO - Navbar with Icons "La mejor manera de apren...Mini projectsnavbar-with-icons