Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.64 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.64 KB

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