Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.25 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.25 KB

IP Address Tracker

This is a React application built with TypeScript and Vite. It uses the IP Geolocation API to fetch and display information about an IP address.

This is a solution to the IP address tracker challenge on Frontend Mentor.

Features

  • Display IP address, location, timezone, and ISP
  • Interactive map showing the location of the IP address

Demo Link

Built With

  • React + Typecript + Vite
  • TailwindCSS
  • Mobile-first workflow
  • Semantic HTML Markup

Installation

First, clone the repository:

git clone https://github.com/yakin-ts/ip-address-tracker.git

Then, navigate into the directory and install the dependencies:

cd ip-adress-tracker
npm install

Usage

To start the development server:

npm run dev

To build the project:

npm run build

Connect

LinkedIn : Yakin Teshome Frontend Mentor: Yakin T.

Contributing

Pull requests are welcome. Feel free to open an issue first to discuss what you would like to change as well.