Skip to content

Commit 49abee3

Browse files
committed
Updating in-repo documentation of the project
1 parent adb8979 commit 49abee3

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed
0 Bytes
Binary file not shown.

.vs/CodeCapture/v16/.suo

-1.33 MB
Binary file not shown.
File renamed without changes.

CodeCapture/CodeCapture/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Details Of All Content Pages Present
2+
3+
# Work Under Progress

CodeCapture/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Open the CodeCapture folder to find all the Content Pages that you will see when you run the app and their backend code

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ The following **NuGet** packages are necessary to build and run this project:
2626

2727
* [Xamarin.Essentials](https://www.nuget.org/packages/Xamarin.Essentials/1.5.3.2?_src=template)
2828

29-
* [NETStandard.Library](https://www.nuget.org/packages/NETStandard.Library/2.0.3?_src=template)
30-
3129
* [Microsoft.NETCore.UniversalWindowsPlatform](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform/6.2.10?_src=template)
3230

3331
* [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/12.0.3?_src=template)
3432

3533
* [Xam.Plugin.Media](https://www.nuget.org/packages/Xam.Plugin.Media/5.0.1?_src=template)
3634

35+
* [NETStandard.Library (SDK)](https://www.nuget.org/packages/NETStandard.Library/2.0.3?_src=template)
36+
3737

3838
## Steps To Run
3939

@@ -45,7 +45,7 @@ Please follow the following steps to run the project in **Visual Studio 2019**
4545

4646
3. Install all the dependencies mentioned above using the **NuGet Package Manager**
4747

48-
4. Go to the location **../CodeCapture/CodeCapture/Models** and create a **Secrets.cs** file based on the template in the **Secrets.MD** file
48+
4. Go to the location **../CodeCapture/CodeCapture/Models** and create a **Secrets.cs** file based on the template in the **Readme.md** file
4949
(For more information on how to create the resources for Azure Computer Vision Read API and JDoodle Compiler API, scroll below)
5050

5151
5. Build the project
@@ -59,8 +59,8 @@ Please follow the following steps to run the project in **Visual Studio 2019**
5959

6060
*Note: Since we have the **Secrets.cs** file, you will not need to create an Environment Variable (as specified in the Quickstart) separately*
6161

62-
If you are a full-time student, you can avail the [Azure For Students](https://aka.ms/a4s) offer and receive $100 worth of Azure credits as well as various free developer tools
62+
If you are a **full-time student**, you can avail the [Azure For Students](https://aka.ms/a4s) offer and receive **$100 worth of Azure credits** as well as various free developer tools
6363

64-
* In order to set up your credentials for the **JDoodle Compiler API**, please visit the following link: [Compiler API](https://www.jdoodle.com/compiler-api/)
64+
* In order to set up your **free credentials** for the **JDoodle Compiler API**, please visit the following link: [Compiler API](https://www.jdoodle.com/compiler-api/)
6565

6666
You can view the [JDoodle Compiler API Documentation](https://docs.jdoodle.com/compiler-api/compiler-api) to understand how the API works so that you can tweak the app for your personal purposes too

0 commit comments

Comments
 (0)