A smart web app that generates insights for any topic by combining knowledge and advice from public APIs.
https://insight-engine-5dd0.onrender.com/
- 🔍 Search any topic
- 📖 Get a concise summary (Wikipedia API)
- 🧠 Receive actionable advice (Advice API)
- 🎨 Clean and modern UI
- ⚡ Fast and responsive
- Node.js
- Express.js
- Axios
- EJS
- CSS
git clone <your-repo-link>
cd capstone-project
npm install
npx nodemon index.jsOpen your browser and go to:
http://localhost:3000
Enter any topic and explore insights instantly.
- Handles invalid topics
- Gracefully displays fallback messages
- Logs errors in console for debugging
- Add AI-based personalized insights
- Save search history
- Add dark/light mode toggle
- Improve UI animations
Debashis Mohanty