Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexmcdermid/grokkingthecodinginterviewrandomizer
https://github.com/alexmcdermid/grokkingthecodinginterviewrandomizer
firebase leetcode react
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexmcdermid/grokkingthecodinginterviewrandomizer
- Owner: alexmcdermid
- Created: 2023-10-01T23:14:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T00:13:22.000Z (about 1 year ago)
- Last Synced: 2024-10-11T23:33:56.218Z (3 months ago)
- Topics: firebase, leetcode, react
- Language: JavaScript
- Homepage: https://grokking-the-coding-interview-randomizer.vercel.app
- Size: 655 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grokking the Coding Interview Question Selector
[Live Deployment](https://grokking-the-coding-interview-randomizer.vercel.app/)
## Overview
This repository serves as a tool for selecting a random question similar to those from "Grokking the Coding Interview: Patterns for Coding Questions". The questions are aligned with their corresponding LeetCode links, neatly organized by pattern types. The aim is to provide a structured pathway for practicing coding questions in preparation for interviews.
## How to Use
1. Visit the [Live Deployment](https://grokking-the-coding-interview-randomizer.vercel.app/).
2. The application will randomly select a pattern type for you.
3. Within the selected pattern, a question will also be chosen randomly.
4. You'll receive a URL that leads to the question, which you can then solve.## Features
- Randomized selection of patterns and questions.
- Quick and straightforward, no hassle.
- Designed to help you gain experience with various types of questions.
- **NEW** Sign in via Github Oauth to track question history.## Contributing
Feel free to submit a PR if you want to add more questions or improve the application in any other way.