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.
- Display IP address, location, timezone, and ISP
- Interactive map showing the location of the IP address
- Live Site URL : IP Address Tracker
- React + Typecript + Vite
- TailwindCSS
- Mobile-first workflow
- Semantic HTML Markup
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
To start the development server:
npm run dev
To build the project:
npm run build
LinkedIn : Yakin Teshome Frontend Mentor: Yakin T.
Pull requests are welcome. Feel free to open an issue first to discuss what you would like to change as well.