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

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.

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.