...for those who wanted to navigate through LeetCode, but only know the question number
This is a simple LeetCode navigator that goes to a selected LeetCode project via number input.
Either go to https://leetvigator.vercel.app, or:
- Assuming that you have Git and Node.js, clone this repository locally.
git clone https://github.com/weareblahs/leetvigator cd leetvigator
- Install all the required depedencies and start the app.
npm i npm start
The data of this repository are taken using LeetCode's publicly available (although not documented) GraphQL API using the guide from this repository. Newer question should take some time to update once noticed by the developer of this repository due to the data of this repository being static.
Name | Link |
---|---|
LeetCode problem set (question data source) | https://leetcode.com/problemset/ |
React (main framework used) | https://react.dev/ |
Bootstrap (and react-bootstrap via NPM) | https://getbootstrap.com/ |
Inter font (font used on website) | https://fonts.google.com/specimen/Inter |