Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.76 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.76 KB

ProCodeLC: LeetCode Premium Company Question Provider

Table of Contents

Project Overview

This repository contains the source code for ProCodeLC, an Android app that interacts with a Node.js server to provide access to LeetCode premium company questions.

Features

  • Free access to LeetCode premium company questions
  • Easy and convenient access
  • Question sharing capability
  • (WIP) In-built compiler for coding on Android devices

Tech Stack

  • Android App:
    • Android SDK version: Android 14 (API level 34)
    • Programming language: Kotlin
  • Node.js Server:
    • Node.js: v21.2.0
    • Framework: Express.js

Setup and Installation

Android App:

  1. Clone this repository.
  2. Install the Android SDK and configure your development environment.
  3. Open the project in Android Studio.
  4. Ensure you have the necessary dependencies installed (see build.gradle).
  5. Run the app on a device or emulator.

Node.js Server:

  1. Clone this repository.
  2. Install Node.js and npm (or yarn).
  3. Install dependencies: npm install.
  4. Run the server: npm start (or npm run dev).

Contributing

We welcome contributions to this project! Please see the CONTRIBUTING.md file for details.

License

This project is licensed under the Apache 2.0 license. See the LICENSE file for details.