IP-Info-tracker
I created this project for and also to teach vue js to my friend. Feel free to contribute to this project. I could add a lot of stuff but I did it in just 2 hours. It can be a good one day project for beginners.
What Does It Do?
It does automatically finds your IP address and uses it to fetch your location and information related to your ISP. You can also yourself add any IP address and fetch information realted to it. In addition to showing information, it also shows the location of it on the map.
Project setup
git clone https://github.com/sahilpatel09/ip-tracker.git
cd ip-tracker
yarn install
For development
yarn serve
For production
yarn build
Lints and fixes files
yarn lint