We thought of doing To Do List, but it's an example project listed in the project description. Hence we decided to do something different, what if we make a To Do List that generate random LeetCode project for a person to work for in a day. Since that idea is useful we decided to implement it with React.JS in a widget. So what we did was scrape data from a https://gist.github.com/stvhwrd/b2703040d4ec72a5ce2c43dd7467f77b which contains a list of questions. After that we display them in a the website in an RNG fashion, so if the user typed in a number into the search bar it'll generate the amount of random LeetCode question and its link. The more they work on the LeetCode the more points they're able to collect hence allowing them to customize the background with an RGB slider(they've to buy each slider individually), in which the slider is originally positioned at 255,255,255(white background). The challenges that we ran into when building is that we have no React.JS framework knowledge and we've to learn it from scratch. We're proud that we're able to learn it in such a short amount of time and apply that knowledge into building a LeetCode To Do List website.

Built With

  • react.js
Share this project:

Updates