- Fix tab navigation
- Fetch the data using leetcode api
- Store the data in an exportable array
- Contains different components to display a users data
- Currently have these supported features
- Display how many questions the users has done (easy, medium, hard)
- Topic wise display of questions done by the user
- Show loading
- Add input to accept users
- Store input in local storage
- Retrieve users from local storage and parse it to leetcode api
- add feature to delete a specific friend
- use enter key to enter value of friends
- Sort the friends according to highest number of questions done
- make sure bar in a char occupies a specific amount of pixels
- improve overview.js code
- fetching user data not working
- dev script not working properly, had to manually add mode development
- Setup a proxy for the api's so that you can build your own api endpoints in the future