SkillBankTeam
CSS Flexbox Layout
Frontend
Easy
CSS Flexbox Layout
Recreate a complex responsive layout using only CSS Flexbox. Test your alignment and distribution skills.
API Data Fetching
Backend
Medium
API Data Fetching
Fetch data from a public API and display it in a clean, user-friendly list format. Handle loading and error states gracefully.
Binary Tree Traversal
Algorithms
Hard
Binary Tree Traversal
Implement pre-order, in-order, and post-order traversal algorithms for a given binary tree structure.
Custom React Hook
Frontend
Medium
Custom React Hook
Build a custom React hook that encapsulates reusable logic, such as managing form state or interacting with browser APIs.
Database Schema Design
Databases
Hard
Database Schema Design
Design a normalized database schema for a simple e-commerce application with products, users, and orders.
Interactive SVG Animation
UI/UX
Easy
Interactive SVG Animation
Create an SVG icon that animates on user hover and click events using CSS transitions and transforms.