Skip to content

Commit

Permalink
Updating in-repo documentation of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaoberai committed Sep 17, 2020
1 parent adb8979 commit 49abee3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
Binary file modified .vs/CodeCapture/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/CodeCapture/v16/.suo
Binary file not shown.
File renamed without changes.
3 changes: 3 additions & 0 deletions CodeCapture/CodeCapture/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Details Of All Content Pages Present

# Work Under Progress
1 change: 1 addition & 0 deletions CodeCapture/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Open the CodeCapture folder to find all the Content Pages that you will see when you run the app and their backend code
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ The following **NuGet** packages are necessary to build and run this project:

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

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

* [Microsoft.NETCore.UniversalWindowsPlatform](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform/6.2.10?_src=template)

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

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

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


## Steps To Run

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

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

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

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

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

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
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

* 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/)
* 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/)

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 comments on commit 49abee3

Please sign in to comment.