Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 439 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 439 Bytes

Movie-Tickets

A simple program that makes use of movie API. It also integrates autocomplete functionality when searching for a movie or a city.

Movies and cities are retrieved from two JSON files (movies.json and cities.json) using fetch API.

For the purpose of this project, the "search button" acts as a decoratiing element with no functionality.

Demo

Click here to view demo.