WaMungai / AJAX-CITIES

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:HTML 62.8%Language:CSS 37.2%