Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guille555/html--simple-fetch-api-example

an simple example, consisting in a page that shows a todo list in a table, the todos can be inspected to display more information. Other think that the visitors can make is save a todo and see the todo showed in the page.
https://github.com/guille555/html--simple-fetch-api-example

css css3 fetch-api html html5 js json-api

Last synced: 2 days ago
JSON representation

an simple example, consisting in a page that shows a todo list in a table, the todos can be inspected to display more information. Other think that the visitors can make is save a todo and see the todo showed in the page.

Awesome Lists containing this project

README

        

# html--simple-fetch-API-example
an simple example, consisting in a page that shows a todo list in a table, the todos can be inspected to display more information. Other think that the visitors can make is save a todo and see the todo showed in the page.
The todos are fetched from "JSONPlaceholder". An API that provides HTTPs methods: GET, POST, PUT, PATCH and others...

Technologies used:

* HTML
* CSS
* JS
* Visual Studio Code