Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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