Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/UxHarshit/ProCodeLC
Browse files Browse the repository at this point in the history
  • Loading branch information
UxHarshit committed Feb 27, 2024
2 parents d3f5c3a + bc6ce8b commit 16a1527
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@

**Table of Contents**

- **Project Overview:** #project-overview
- **Features:** #features
- **Tech Stack:** #tech-stack
- **Setup and Installation:** #setup-and-installation
- **Android App:** #android-app
- **Node.js Server:** #node-js-server
- **Contributing:** #contributing
- **License:** #license
- **Project Overview:** [#project-overview](#project-overview)
- **Features:** [#features](#features)
- **Tech Stack:** [#tech-stack](#tech-stack)
- **Setup and Installation:** [#setup-and-installation](#setup-and-installation)
- **Android App**
- **Node.js Server**
- **Contributing:** [#contributing](#contributing)
- **License:** [#license](#license)

**Project Overview**
### **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**
### **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**
### **Tech Stack**

- **Android App:**
- **Android SDK version:** Android 14 (API level 34)
Expand All @@ -32,7 +32,7 @@ This repository contains the source code for ProCodeLC, an Android app that inte
- **Node.js:** v21.2.0
- **Framework:** Express.js

**Setup and Installation**
### **Setup and Installation**

**Android App:**

Expand All @@ -49,10 +49,10 @@ This repository contains the source code for ProCodeLC, an Android app that inte
3. Install dependencies: `npm install`.
4. Run the server: `npm start` (or `npm run dev`).

**Contributing**
### **Contributing**

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

**License**
### **License**

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

0 comments on commit 16a1527

Please sign in to comment.