Skip to content

Commit bdc67a3

Browse files
committed
Merge branch 'main' of github.com:Fool-Stack/CodEd into main
2 parents 1a3dc17 + 089f23e commit bdc67a3

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

README.md

+21-8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77

88
</p>
99

10+
## About
11+
CodEd is an all new platform to bring the code learning process to the
12+
next level. We have been able to implement features such as Code Sharing
13+
in the IDE by the Instructor, we take it to the next level by implementing
14+
Code Replay. Code Replay is a feature which automates the code typing
15+
just like the instructor with live output and Audio Visual input by the
16+
instructor, we have further optimised this process by allowing the student
17+
to be able to just pause the instructor, edit his code and play with it
18+
and see various outputs according to their will. We have a wide range of
19+
language support for our inbuilt IDE having a capability to work with
20+
45+ languages.
21+
1022
## Unique features we offer
1123

1224
Our complete product revolutionises the code learning process, by providing everything a curious mind can need on a single platform
@@ -20,7 +32,7 @@ Our complete product revolutionises the code learning process, by providing ever
2032

2133
| <img src="https://cdn.auth0.com/blog/react-js/react.png" alt="drawing" height="100"/>|<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Node.js_logo.svg/1280px-Node.js_logo.svg.png" alt="drawing" width="200"/> | <img src="https://webassets.mongodb.com/_com_assets/cms/MongoDB_Logo_FullColorBlack_RGB-4td3yuxzjs.png" alt="drawing" width="200"/> |
2234
|:--:|:--:|:--:|
23-
| <img src="https://www.kindpng.com/picc/m/355-3557482_flutter-logo-png-transparent-png.png" alt="drawing" height="120"/> | <img src="https://upload.wikimedia.org/wikipedia/commons/3/33/Figma-logo.svg" alt="drawing" height="120"/> | <img src="https://bookface-images.s3.amazonaws.com/logos/7e69eded1f41ba6345f75227e93c32d796e51060.png" alt="drawing" height="120"/> |
35+
| <img src="https://www.inventateq.com/assets/aws_2x.png" alt="drawing" height="120"/> | <img src="https://upload.wikimedia.org/wikipedia/commons/3/33/Figma-logo.svg" alt="drawing" height="120"/> | <img src="https://www.netlify.com/img/press/logos/logomark.png" alt="drawing" height="120"/> |
2436

2537
## Instructions to run
2638

@@ -30,16 +42,17 @@ $ cd CodEd
3042
$ npm install
3143
$ npm start
3244
```
45+
**Deployed Site**
46+
<a href="https://coded.jugaldb.com/login">Website</a>
3347

34-
**Instructions for Android:**
35-
36-
- Go to CodeEd/build/app/outputs/apk/release/app-release.apk
37-
- Install APK on your Android device
48+
**Backend Repo**
49+
<a href="https://github.com/Fool-Stack/CodEd-backend">Backend Repo</a>
3850

39-
**Instructions for iOS:**
51+
**Postman Docs**
52+
<a href="https://documenter.getpostman.com/view/10014129/Tz5wUtjr#79daa0f4-cd75-4ec4-87b5-a94a93f05644">Postman Docs</a>
4053

41-
- Open the project file in XCode
42-
- Run the App to Install
54+
**UI/UX Entry**
55+
<a href="https://www.figma.com/file/CggHpxwCUY4F5ICp1TmCPE/codEd?node-id=0%3A1">UI/UX Link</a>
4356

4457
## Contributors
4558

public/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)