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

https://github.com/phptuts/js-video-projects


https://github.com/phptuts/js-video-projects

Last synced: 6 months ago
JSON representation

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)