Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guille555/html--simple-fetch-api-example
- Owner: guille555
- License: mit
- Created: 2025-02-16T20:05:12.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-16T20:09:42.000Z (4 days ago)
- Last Synced: 2025-02-16T21:19:43.331Z (4 days ago)
- Topics: css, css3, fetch-api, html, html5, js, json-api
- Language: CSS
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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