Skip to content

For those who wanted to navigate through LeetCode, but only know the question number

License

Notifications You must be signed in to change notification settings

weareblahs/leetvigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetvigator

...for those who wanted to navigate through LeetCode, but only know the question number

Deploy with Vercel

What's this?

This is a simple LeetCode navigator that goes to a selected LeetCode project via number input.

How to visit?

Either go to https://leetvigator.vercel.app, or:

Build Leetvigator locally

  1. Assuming that you have Git and Node.js, clone this repository locally.
    git clone https://github.com/weareblahs/leetvigator
    cd leetvigator
  2. Install all the required depedencies and start the app.
    npm i
    npm start

Disclaimer

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.

Credits

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

About

For those who wanted to navigate through LeetCode, but only know the question number

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages