https://github.com/phptuts/js-video-projects
https://github.com/phptuts/js-video-projects
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phptuts/js-video-projects
- Owner: phptuts
- Created: 2020-09-20T05:32:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T23:45:53.000Z (over 4 years ago)
- Last Synced: 2025-01-23T01:29:18.979Z (over 1 year ago)
- Language: HTML
- Size: 978 KB
- Stars: 7
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Javascript Projects
- Dynamically and remove table rows with javascript
- [Youtube Video](https://www.youtube.com/watch?v=vkqZC_rEkVA&feature=youtu.be)
- [Starting Code](https://raw.githubusercontent.com/phptuts/js-vidoe-project/dynamically-adding-table-row-start/dynamic-table-row.html)
- [Demo](https://phptuts.github.io/js-video-projects/dynamic-table-row.html)
- [Final Code](https://github.com/phptuts/js-vidoe-project/blob/dynamically-adding-table-row-finish/dynamic-table-row.html)
- How to use javascript to send a post request using the fetch api.
- [Youtube Video](https://www.youtube.com/watch?v=Fek_oJM_s4I&feature=youtu.be)
- [Starting Code](https://raw.githubusercontent.com/phptuts/js-video-projects/fetch-get-json-starting/fetch-api-with-json.html)
- [Demo](https://phptuts.github.io/js-video-projects/fetch-api-get-json.html)
- [Final Code](https://raw.githubusercontent.com/phptuts/js-video-projects/master/fetch-api-get-json.html)
- How to use the fetch api with a get request
- [Youtube Video](https://www.youtube.com/watch?v=Fek_oJM_s4I&feature=youtu.be)
- [Starting Code](https://raw.githubusercontent.com/phptuts/js-video-projects/fetch-post-json-start/fetch-api-post.html)
- [Demo](https://phptuts.github.io/js-video-projects/fetch-api-post-json.html)
- [Final Code](https://raw.githubusercontent.com/phptuts/js-video-projects/master/fetch-api-post-json.html)