Skip to content

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.

Notifications You must be signed in to change notification settings

mimi-netizen/interview-code-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published