FaheemOnHub / IP-Address-Location-Tracker

IP Address Tracker is a web application that allows users to track the geographical location of a given IP address. The application provides information such as the IP address, location (including city, region, and country), timezone, and Internet Service Provider (ISP). Additionally, the location is displayed on an interactive map using Leaflet.js
https://faheemonhub.github.io/IP-Address-Location-Tracker/
MIT License
9 stars 5 forks source link

Feature Idea 2: User Accounts and History #7

Open FaheemOnHub opened 1 year ago

FaheemOnHub commented 1 year ago

Description: Implement user accounts that allow users to save and track their IP address searches. Users can view their search history, making it convenient to revisit previously searched IP addresses and locations.

Skills Required:

User authentication
Database storage for user accounts and search history
Frontend updates to display user-specific information
Diem0n commented 8 months ago

I think we can use local storage to manage a search history or if you want to implement auth and history we can use supabase to store user data and manage sign ups let me know if you need help with this