An open API service indexing awesome lists of open source software.

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

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/)