/AJAX-CITIES

An Ajax Cities project inspired by Wes Bos's JavaScript30 course. - Day 6

Primary LanguageHTML

AJAX-CITIES

image

Description

This project is an implementation of an Ajax Cities search functionality using JavaScript and an external API. It allows users to search for cities and get information about them in real-time by making asynchronous requests to the API and dynamically updating the user interface.

Features

  • Real-time city search using Ajax.
  • Displays city information including population and coordinates.
  • Responsive design for various screen sizes.
  • Integration with an external API for city data.