ScamAware is an interactive web application designed to educate and protect users from online scams. Through engaging lessons, real-world scenarios, and an AI-powered scam detection tool, ScamAware empowers users to identify and avoid fraudulent activities.
- 🔒 Scam Detection Tool – AI-powered analysis of suspicious messages and links.
- 📘 Interactive Learning – Engaging tutorials covering various scam types.
- 🎯 Practice Arena – Test your skills in a safe, simulated environment.
- 🏛 Community Forum – Connect with others and get expert advice on potential scams.
- Framework: Next.js
- Styling: Tailwind CSS
- Icons: Lucide-react
- Components: ShadCN/UI
- Deployment: Vercel (optional)
Ensure you have the following installed:
- Node.js (>= 16.x)
- npm or yarn
- Clone the repository:
git clone https://github.com/Amogh-Bysani/ScamAware.git
cd scamshield
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open the application:
Visit http://localhost:3000 in your browser or whatever port it opens onto.