https://github.com/mimi-netizen/interview-code-helper
an open-source desktop companion that operates invisibly, empowering you to conquer technical interviews effortlessly. Running discreetly in the background, it delivers real-time coding hints, adaptive practice challenges, and mock interview simulations—all while you focus on your workflow.
https://github.com/mimi-netizen/interview-code-helper
flask flask-sqlalchemy interview-coder interview-preparation python react
Last synced: 12 months ago
JSON representation
an open-source desktop companion that operates invisibly, empowering you to conquer technical interviews effortlessly. Running discreetly in the background, it delivers real-time coding hints, adaptive practice challenges, and mock interview simulations—all while you focus on your workflow.
- Host: GitHub
- URL: https://github.com/mimi-netizen/interview-code-helper
- Owner: mimi-netizen
- Created: 2025-02-27T06:43:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T07:28:22.000Z (12 months ago)
- Last Synced: 2025-02-27T09:23:30.228Z (12 months ago)
- Topics: flask, flask-sqlalchemy, interview-coder, interview-preparation, python, react
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# interview-coder
## Overview
This project is a Python application built using Flask. It serves as a coding interview platform where users can practice coding problems and receive feedback.
## Features
- User authentication
- Problem statements with coding challenges
- Code execution and testing
- Leaderboard for tracking user performance
## Installation
1. Clone the repository:
```
git clone https://github.com/mimi-netizen/interview-code-helper
```
2. Navigate to the project directory:
```
cd interview-coder
```
3. Install the required dependencies:
```
pip install -r requirements.txt
```
## Usage
1. Run the application:
```
python src/app.py
```
2. Open your web browser and go to `http://127.0.0.1:5000` to access the application.
## Testing
To run the tests, use the following command:
```
pytest tests/
```
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the LICENSE file for details.