shlogg · Early preview
Kelseyroche @kelseyroche

Software Engineering Student @ Flatiron School

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.

Colorful CLI Tools With Python's Colorama & Rich

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!

Building A Simple React Portfolio Site For Beginners

Create a dynamic React portfolio with Vite, plan layout & build components for header, about, projects & contact sections. Assemble in App.js & style with CSS.

Building A Pokémon Collection App With Javascript And Local Data

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.