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.
- User authentication
- Problem statements with coding challenges
- Code execution and testing
- Leaderboard for tracking user performance
- Clone the repository:
git clone https://github.com/mimi-netizen/interview-code-helper
- Navigate to the project directory:
cd interview-coder
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python src/app.py
- Open your web browser and go to
http://127.0.0.1:5000
to access the application.
To run the tests, use the following command:
pytest tests/
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.