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: 6 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T18:02:01.000Z (10 months ago)
- Last Synced: 2025-05-18T01:36:55.843Z (7 months ago)
- Topics: css, css3, fetch-api, html, html5, js, json-api
- Language: CSS
- Homepage:
- Size: 361 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
A 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