Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weareblahs/leetvigator

For those who wanted to navigate through LeetCode, but only know the question number
https://github.com/weareblahs/leetvigator

leetcode leetcode-questions

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Leetvigator

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

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fweareblahs%2Fleetvigator)

# 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](https://leetvigator.vercel.app), or:

## Build Leetvigator locally

1. Assuming that you have Git and Node.js, clone this repository locally.
```bash
git clone https://github.com/weareblahs/leetvigator
cd leetvigator
```
2. Install all the required depedencies and start the app.
```bash
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](https://github.com/akarsh1995/leetcode-graphql-queries). 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 |