mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 06:04:19 +00:00
Adding Flutter Tutorials (#364)
* adding flutter tutorials * removing ui tutorials, adding new project tutorials
This commit is contained in:
parent
ba4c3c6c62
commit
74363c5784
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
@ -11,6 +11,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
- [C#](#c)
|
||||
- [C/C++](#cc)
|
||||
- [Clojure](#clojure)
|
||||
- [Dart](#dart)
|
||||
- [Elixir](#elixir)
|
||||
- [Erlang](#erlang)
|
||||
- [F#](#f)
|
||||
|
@ -167,6 +168,23 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
- [Prototyping with Clojure](https://github.com/aliaksandr-s/prototyping-with-clojure)
|
||||
- [Tetris in ClojureScript](https://shaunlebron.github.io/t3tr0s-slides)
|
||||
|
||||
## Dart:
|
||||
|
||||
### Flutter:
|
||||
|
||||
- [Amazon Clone with Admin Panel](https://youtu.be/O3nmP-lZAdg)
|
||||
- [Food Delivery App](https://youtu.be/7dAt-JMSCVQ)
|
||||
- [Google Docs Clone](https://youtu.be/0_GJ1w_iG44)
|
||||
- [Instagram Clone](https://youtu.be/mEPm9w5QlJM)
|
||||
- [Multiplayer TicTacToe Game](https://youtu.be/Aut-wfXacXg)
|
||||
- [TikTok Clone](https://youtu.be/4E4V9F3cbp4)
|
||||
- [Ticket Booking App](https://youtu.be/71AsYo2q_0Y)
|
||||
- [Travel App](https://youtu.be/x4DydJKVvQk)
|
||||
- [Twitch Clone](https://youtu.be/U9YKZrDX0CQ)
|
||||
- [WhatsApp Clone](https://youtu.be/yqwfP2vXWJQ)
|
||||
- [Wordle Clone](https://youtu.be/_W0RN_Cqhpg)
|
||||
- [Zoom Clone](https://youtu.be/sMA1dKbv33Y)
|
||||
|
||||
## Elixir
|
||||
|
||||
- [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/)
|
||||
|
@ -375,7 +393,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
- [Part 5](https://danidee10.github.io/2018/01/13/realtime-django-5.html)
|
||||
- [Part 6](https://danidee10.github.io/2018/03/12/realtime-django-6.html)
|
||||
|
||||
|
||||
### Bots:
|
||||
|
||||
- [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)
|
||||
|
|
Loading…
Reference in a new issue