Implement a visual component that indicates results of code submission
On code submission update user db on whether or not the user solved the question
each user maintains a list of problems solved. once the user completes the problem with all test cases passing, then add the problem name, difficulty, link and date to a firebase table
Implement a visual component that indicates results of code submission On code submission update user db on whether or not the user solved the question