Merge pull request #100 from dimi-fn/main

Added "Clones with Tutorials" Table
This commit is contained in:
Gourav Goyal
2021-04-22 18:50:42 +05:30
committed by GitHub
+61 -1
View File
@@ -180,6 +180,66 @@ _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>
---
## Contribution
2 ways to add your/their repo to the list:
@@ -192,4 +252,4 @@ OR
- Create a [new issue](https://github.com/GorvGoyl/Clone-Wars/issues/new) with following details: clone name, code repo link, demo link, and tech stack used.
Any other feedback is also welcome :)
Any other feedback is also welcome :)