KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
clueless
★ 17
Open GitHub ↗
F*ck Leetcode
Download README (.md)
Explore Similar Repositories
authentik-mcp
:
No description available.
gocondense
:
A golang formatter that condenses code
study-document-manager
:
Windows Forms application for managing study documents for students, teachers, and staff
hoc-notes
:
Notes written while consulting for the Higher Order Company
quchat
:
A TUI based chat room service with basic core chat functionalities, including JWT authentication, message persistence and live updates
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
clueless
?
Download (.md)
# Clueless Tried building this in a 8-hour hackathon, could not finish it but here it is, in this repo I tried to reverse-engineer Cluely (but only for leetcode-style interviews), only thing you need to input is OpenAI/Gemini's API key Built with Electron, React, & Nodejs. Launched it on ProductHunt, check it here - [clueless](https://www.producthunt.com/products/clueless?launch=clueless) Linux AppImage - [download for Linux](https://drive.google.com/file/d/1ePhRS0wqNfAGINoWHslegkVAT4hNjwzs/view?usp=sharing)     ## License This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details. ## Recommended IDE Setup - [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) ## Project Setup ### Install ```bash $ npm install ``` ### Development ```bash $ npm run dev ``` ### Build ```bash # For windows $ npm run build:win # For macOS $ npm run build:mac # For Linux $ npm run build:linux ``` # clueless