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
Two Sum Problem
Algorithms
Easy
Find two numbers in an array that sum up to a target value.
Palindrome Checker
Palindrome Checker
Strings
Easy
Write a function to check if a string is a palindrome.
Fibonacci Sequence
Fibonacci Sequence
Recursion
Medium
Generate the Nth Fibonacci number.
Todo App UI
Todo App UI
Frontend
Medium
Build the UI for a simple Todo application using HTML and CSS.
Fetch API Data
Fetch API Data
JavaScript
Hard
Create a component that fetches and displays data from a public API.