mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 06:04:19 +00:00
Added new HTML/CSS topic and a related tutorial
This commit is contained in:
parent
a7423c24bb
commit
ec85212ae2
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Elixir](#elixir)
|
||||
* [Go](#go)
|
||||
* [Haskell](#haskell)
|
||||
* [HTML/CSS](#html)
|
||||
* [Java](#java)
|
||||
* [JavaScript](#javascript)
|
||||
* [Kotlin](#kotlin)
|
||||
|
@ -112,6 +113,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Build 30 things in 30 days with 30 tutorials](https://javascript30.com)
|
||||
* [Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6)
|
||||
|
||||
## HTML/CSS:
|
||||
|
||||
* [Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f)
|
||||
|
||||
### Mobile Application:
|
||||
|
||||
* [Build a React Native Todo Application](https://egghead.io/courses/build-a-react-native-todo-application)
|
||||
|
|
Loading…
Reference in a new issue