Implementing Drag-and-Drop With DnD Kit In React
Drag-and-drop functionality enhanced with DnD Kit, a lightweight React library. Implement drag-and-drop using DndContext, useDraggable, and useDroppable hooks for interactive and accessible UIs.
Software Engineering Student @ Flatiron School
Drag-and-drop functionality enhanced with DnD Kit, a lightweight React library. Implement drag-and-drop using DndContext, useDraggable, and useDroppable hooks for interactive and accessible UIs.
Give your CLI tools some personality with Python libraries like colorama & rich! Add color, bold text & style to improve usability, readability & make it fun. Try combining them for a dynamic CLI experience!
Create a dynamic React portfolio with Vite, plan layout & build components for header, about, projects & contact sections. Assemble in App.js & style with CSS.
Built a Pokémon collection app using JavaScript, Node.js & local data. Fetched data from db.json, rendered images & stats, and added interactivity with event listeners for hover effects & form submissions.