Skip to content

Commit 16a1527

Browse files
committed
Merge branch 'master' of https://github.com/UxHarshit/ProCodeLC
2 parents d3f5c3a + bc6ce8b commit 16a1527

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33

44
**Table of Contents**
55

6-
- **Project Overview:** #project-overview
7-
- **Features:** #features
8-
- **Tech Stack:** #tech-stack
9-
- **Setup and Installation:** #setup-and-installation
10-
- **Android App:** #android-app
11-
- **Node.js Server:** #node-js-server
12-
- **Contributing:** #contributing
13-
- **License:** #license
6+
- **Project Overview:** [#project-overview](#project-overview)
7+
- **Features:** [#features](#features)
8+
- **Tech Stack:** [#tech-stack](#tech-stack)
9+
- **Setup and Installation:** [#setup-and-installation](#setup-and-installation)
10+
- **Android App**
11+
- **Node.js Server**
12+
- **Contributing:** [#contributing](#contributing)
13+
- **License:** [#license](#license)
1414

15-
**Project Overview**
15+
### **Project Overview**
1616

1717
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.
1818

19-
**Features**
19+
### **Features**
2020

2121
- **Free access to LeetCode premium company questions**
2222
- **Easy and convenient access**
2323
- **Question sharing capability**
2424
- **(WIP) In-built compiler for coding on Android devices**
2525

26-
**Tech Stack**
26+
### **Tech Stack**
2727

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

35-
**Setup and Installation**
35+
### **Setup and Installation**
3636

3737
**Android App:**
3838

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

52-
**Contributing**
52+
### **Contributing**
5353

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

56-
**License**
56+
### **License**
5757

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

0 commit comments

Comments
 (0)