Skip to content

Commit e62c971

Browse files
committed
Changed APK link in Readme
1 parent d3b135d commit e62c971

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**CodeCapture** is a cross-platform app that aims to assist remote learning experiences in Computer Science for students without computers by taking code from paper to mobile. CodeCapture has the functionality to extract code (C++, Java, JavaScript, or Python) from images of handwritten text and then allow the user to edit, compile, and share the result via email/SMS. We also have various lessons on C++ (more languages coming soon) to assist with students' Computer Science education especially in times like these, where the COVID-19 pandemic and enforced lockdown have kept students away from school.
88

9-
*Try the Android version by downloading the* [APK file from here](https://github.com/SimranMakhija7/HackMIT-2020/releases/tag/v1.0-beta)
9+
*Try the Android version by downloading the* [APK file from here](https://drive.google.com/file/d/11BirenK93iEu5qJafIrOviokZ3FLzQ-2/view?usp=sharing)
1010

1111
*Check out the demo video of the application* [here on YouTube](https://youtu.be/fWh1jjOQNMM)
1212

@@ -61,14 +61,15 @@ Please follow the following steps to run the project in **Visual Studio Communit
6161

6262
| ![MainPage](https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/H-MainPage.jpg/280px-H-MainPage.jpg) | ![AboutUs](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/H-AboutUs.jpg/280px-H-AboutUs.jpg) | ![LessonsMenu](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/H-LessonsMenu.jpg/280px-H-LessonsMenu.jpg) | ![LessonView](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d2/H-LessonView.jpg/280px-H-LessonView.jpg) | ![PracticeView](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/H-PracticeView.jpg/280px-H-PracticeView.jpg) | ![ImageCapture](https://upload.wikimedia.org/wikipedia/commons/thumb/2/21/H-ImageCapture.jpg/280px-H-ImageCapture.jpg) | ![ExtractText](https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/H-ExtractText.jpg/280px-H-ExtractText.jpg) | ![CompileCode](https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/H-OutputCode.jpg/280px-H-OutputCode.jpg) |
6363
|-|-|-|-|-|-|-|-|
64-
| Entering the App | About CodeCapture | Lessons Menu | Viewing A Lesson | Practice The Concept | Capturing An Image | Extracting The Code | Displaying The Output |
64+
| Starting App | About Us | Lessons Menu | Lesson View | Practice View | Capturing Image | Extracting Code | Displaying Output |
6565

6666
The application consists of the various Content Pages that the user sees when they use the app. You can check out the [demo video of the app here too](https://youtu.be/fWh1jjOQNMM).
6767

6868

6969
## Future Plans
7070

7171
We do have various plans for the future, such as:
72+
7273
1. Gamifying the progress for users
7374
2. Support for more languages
7475
3. Custom lessons on more technologies

0 commit comments

Comments
 (0)