Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elisa-amaral/movie-catalog-refactoring
- Owner: elisa-amaral
- Created: 2022-07-15T13:02:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T19:13:28.000Z (over 2 years ago)
- Last Synced: 2024-02-08T13:34:37.970Z (11 months ago)
- Topics: ajax, bootstrap, css, html, javascript, json
- Language: HTML
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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