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-refactoring

Refactoring of the Movie Catalog project coded using JSON as the file format. Other technologies: JavaScript, AJAX, HTML, CSS and Bootstrap.
https://github.com/elisa-amaral/movie-catalog-refactoring

ajax bootstrap css html javascript json

Last synced: about 1 month ago
JSON representation

Refactoring of the Movie Catalog project coded using JSON as the file format. Other technologies: JavaScript, AJAX, HTML, CSS and Bootstrap.

Awesome Lists containing this project

README

        

# Movie Catalog Refactoring

This project is a refactoring of the [Movie Catalog project](https://github.com/elisa-amaral/Movie-Catalog). The purpose of this project was to implement asynchronous requests with JavaScript and XMLHTTPRequest (AJAX) using JSON as the movie list file format, which was coded in XML and needed a JS script to convert XML to JSON in the [previous version](https://github.com/elisa-amaral/Movie-Catalog).

## Screenshot

![Screenshot](Screenshot.png)

## Technology Stack

The project was built with:

+ JavaScript
+ AJAX
+ JSON
+ HTML
+ CSS
+ Bootstrap