Coding Challenges
Sharpen your skills and test your knowledge with our diverse range of coding challenges. Earn points and climb the leaderboard!

Two Sum Problem
Algorithms
Easy
Find two numbers in an array that sum up to a target value.
50 Points
Attempt Challenge
Palindrome Checker
Strings
Easy
Write a function to check if a string is a palindrome.
50 Points
Attempt Challenge
Todo App UI
Frontend
Medium
Build the UI for a simple Todo application using HTML and CSS.
150 Points
Attempt Challenge
Fetch API Data
JavaScript
Hard
Create a component that fetches and displays data from a public API.
200 Points
Attempt Challenge