https://github.com/wardvisual/web-online-resources
A repository that contains some helpful links for Web App Development
https://github.com/wardvisual/web-online-resources
Last synced: 4 months ago
JSON representation
A repository that contains some helpful links for Web App Development
- Host: GitHub
- URL: https://github.com/wardvisual/web-online-resources
- Owner: wardvisual
- Created: 2021-03-03T03:41:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T23:29:37.000Z (almost 6 years ago)
- Last Synced: 2025-07-06T21:05:54.925Z (11 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WEB-ONLINE-RESOURCES
A repository that contains some helpful links for Web App Development
## Learnings
Git
- [Git for beginner](https://rogerdudler.github.io/git-guide/)
- [Learn Git](https://learngitbranching.js.org/)
HTML & CSS
- [W3schools](https://www.w3schools.com/html/)
- [HTML Dogs](https://www.htmldog.com/guides/)
- [Code Academy](https://www.codecademy.com)
CSS flexbox
- [CSS-tricks](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
Responsive Design
- [W3School Responsive Design](https://www.w3schools.com/html/html_responsive.asp)
JQuery & Ajax (forms)
- [JQUERY](https://learn.jquery.com/about-jquery/how-jquery-works/)
Traversy Media
- [Part 1](https://www.youtube.com/watch?v=3nrLc_JOF7k)
- [Part 2](https://www.youtube.com/watch?v=VlWsJHsVb-E)
- [Part 3](https://www.youtube.com/watch?v=q4FWSdX55ls)
- [Part 4](https://www.youtube.com/watch?v=kVc_XfZY0vI)
- [Part 5](https://www.youtube.com/watch?v=eR3rcalj06Q)
JavaScript
- [Traversy Media JavaScript Crash Course](https://www.youtube.com/watch?v=hdI2bqOjy3c&t=659s)
- [W3School JavasScript](https://www.w3schools.com/js/)
## Playgrounds
- [FreecodeCamp](https://www.freecodecamp.org/)
- [Flexy Boxes](https://the-echoplex.net/flexyboxes/)
- [JS playgrounds](https://jscomplete.com/playground)
## Others
- [Code wars](https://www.codewars.com/)