Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisa-amaral/movie-catalog
Movie catalog coded in JavaScript, AJAX, XML, HTML, CSS and Bootstrap.
https://github.com/elisa-amaral/movie-catalog
ajax bootstrap css html javascript xml
Last synced: about 1 month ago
JSON representation
Movie catalog coded in JavaScript, AJAX, XML, HTML, CSS and Bootstrap.
- Host: GitHub
- URL: https://github.com/elisa-amaral/movie-catalog
- Owner: elisa-amaral
- Created: 2022-07-15T12:52:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T19:13:12.000Z (over 2 years ago)
- Last Synced: 2024-07-30T16:51:11.678Z (5 months ago)
- Topics: ajax, bootstrap, css, html, javascript, xml
- Language: HTML
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Catalog
This project is a simple movie catalog created with the purpose of implementing asynchronous requests with JavaScript and XMLHTTPRequest (AJAX). The movie list file is coded in XML and the script XMLtoJSON converts the XML file to JSON notation before displaying the movie list when requested.
## Screenshot
![Screenshot](Screenshot.png)
## Technology Stack
The project was built with:
+ JavaScript
+ AJAX
+ XML
+ HTML
+ CSS
+ Bootstrap