Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/weareblahs/leetvigator
- Owner: weareblahs
- License: mit
- Created: 2024-09-30T11:04:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T01:35:22.000Z (about 1 month ago)
- Last Synced: 2024-12-03T02:33:51.271Z (about 1 month ago)
- Topics: leetcode, leetcode-questions
- Language: JavaScript
- Homepage: https://leetvigator.vercel.app
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |