converted html to markdown for easy collab

This commit is contained in:
Gourav
2021-04-22 19:16:54 +05:30
parent 61c072b9ce
commit 586eb22913
+8 -55
View File
@@ -184,61 +184,14 @@ _Some link is broken or clone is not good enough? [report it](https://github.com
## Clones with Tutorials
<table>
<thead>
<tr>
<th>Clone of</th>
<th>Demo</th>
<th>Tutorial/Article/Course</th>
<th>Repo</th>
<th>Tech Stack</th>
</tr>
</thead>
<tbody>
<tr>
<td>WhatsApp</td>
<td><a href="https://www.youtube.com/watch?v=988UZFB0heA&t=5h274s" >Demo Link</a></td>
<td><a href="https://www.freecodecamp.org/news/native-android-app-tutorial-whatsapp-clone/">Link</a></td>
<td><a href="https://github.com/SimCoderYoutube/WhatsAppClone">Repo Link</a></td>
<td>Android Studio, Firebase, Genymotion</td>
</tr>
<tr>
<td>Instagram</td>
<td><a href="https://www.youtube.com/watch?v=1hPgQWbWmEk&t=5h2902s" >Demo Link</a></td>
<td><a href="https://www.freecodecamp.org/news/build-an-instagram-clone-with-react-native-firebase-firestore-redux-and-expo/">Link</a></td>
<td><a href="https://github.com/SimCoderYoutube/InstagramClone">Repo Link</a></td>
<td>React Native, Firebase Firestore, Firebase storage, Redux, Expo</td>
</tr>
<tr>
<td>YouTube</td>
<td><a href="https://www.youtube.com/watch?v=whuIf33v2Ug&t=189s" >Demo Link</a></td>
<td><a href="https://www.freecodecamp.org/news/learn-how-to-use-the-yii2-php-framework-to-create-a-youtube-clone/">Link</a></td>
<td><a href="https://github.com/thecodeholic/Yii2-Youtube-Clone">Repo Link</a></td>
<td>Yii2 PHP Framework</td>
</tr>
<tr>
<td>Twitter</td>
<td><a href="https://www.youtube.com/watch?v=la-0ulfn0_M&t=8864s" >Demo Link</a></td>
<td><a href="https://www.freecodecamp.org/news/create-a-cross-platform-twitter-clone-with-vue-js/">Link</a></td>
<td><a href="https://github.com/dannyconnell/qwitter">Repo Link</a></td>
<td>Vue.js, Quasar Framework, Firebase</td>
</tr>
<tr>
<td>Todoist</td>
<td><a href="https://raw.githubusercontent.com/karlhadwen/todoist/master/todoist-preview.png" >Demo Link</a></td>
<td><a href="https://www.freecodecamp.org/news/react-firebase-todoist-clone/">Link</a></td>
<td><a href="https://github.com/karlhadwen/todoist">Repo Link</a></td>
<td>React, Firebase, React, SCSS, BEM naming methodology</td>
</tr>
<tr>
<td>Moodle</td>
<td><a href="https://www.youtube.com/watch?v=JIFqqdRxmVo&t=45s" >Demo Link</a></td>
<td><a href="https://www.freecodecamp.org/news/django-rest-framework-react-tutorial/">Link</a></td>
<td><a href="https://github.com/justdjango/teach-me-django">Repo Link</a></td>
<td>React, Django Rest Framework</td>
</tr>
</tbody>
</table>
| Clone of | Demo | Tutorial / Course | Repo | Tech Stack |
| --------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | --------------------------------------------------------------- |
| Instagram | [Youtube](https://www.youtube.com/watch?v=1hPgQWbWmEk&t=5h2902s) | [Link](https://www.freecodecamp.org/news/build-an-instagram-clone-with-react-native-firebase-firestore-redux-and-expo/) | [Github](https://github.com/SimCoderYoutube/InstagramClone) | React Native, Firebase Firestore, Firebase storage, Redux, Expo |
| Moodle | [Youtube](https://www.youtube.com/watch?v=JIFqqdRxmVo&t=45s) | [Link](https://www.freecodecamp.org/news/django-rest-framework-react-tutorial/) | [Github](https://github.com/justdjango/teach-me-django) | React, Django Rest Framework |
| Todoist | [todoist-preview.png](https://raw.githubusercontent.com/karlhadwen/todoist/master/todoist-preview.png) | [Link](https://www.freecodecamp.org/news/react-firebase-todoist-clone/) | [Github](https://github.com/karlhadwen/todoist) | React, Firebase, React, SCSS, BEM naming methodology |
| Twitter | [Youtube](https://www.youtube.com/watch?v=la-0ulfn0_M&t=8864s) | [Link](https://www.freecodecamp.org/news/create-a-cross-platform-twitter-clone-with-vue-js/) | [Github](https://github.com/dannyconnell/qwitter) | Vue.js, Quasar Framework, Firebase |
| WhatsApp | [Youtube](https://www.youtube.com/watch?v=988UZFB0heA&t=5h274s) | [Link](https://www.freecodecamp.org/news/native-android-app-tutorial-whatsapp-clone/) | [Github](https://github.com/SimCoderYoutube/WhatsAppClone) | Android Studio, Firebase, Genymotion |
| YouTube | [Youtube](https://www.youtube.com/watch?v=whuIf33v2Ug&t=189s) | [Link](https://www.freecodecamp.org/news/learn-how-to-use-the-yii2-php-framework-to-create-a-youtube-clone/) | [Github](https://github.com/thecodeholic/Yii2-Youtube-Clone) | Yii2 PHP Framework |
---