- Author: Hồ Duy Vũ – Software Engineer | AI & Backend Developer
- GitHub: https://github.com/Ho-Duy-Vu
- Email: [email protected]
- Project: IT GOT TALENT – Successfully
Restroom Finder is a web-based application designed to help users quickly locate nearby public restrooms or cafés with available restrooms.
The project integrates AI-driven recommendations to optimize search results based on distance, ratings, and user behavior, enhancing the overall user experience.
This project focuses on solving a real-world problem often overlooked but critical in daily life, especially for travelers and people in urgent situations.
- 🔍 Quickly find the nearest public restroom using GPS
- 🤖 Use AI to optimize and rank search results
- 🧾 Provide detailed restroom information
- 🚨 Allow users to report issues (out of paper, maintenance, hygiene)
- 💬 Integrate AI Chatbot & Voice Assistant for user support
- ⚡ Deliver a modern, fast, and user-friendly UI
- 🌱 Promote awareness of public hygiene and environmental responsibility
- Difficulty finding public restrooms in urgent situations
- Lack of real-time status information
- Poor personalization and limited intelligent interaction
- 📍 GPS-based location detection
- 📊 Smart ranking based on:
- Distance
- User ratings
- Usage patterns
- 🗣️ AI Assistant (Chatbot & Voice)
- 🚶 Travel mode selection for time estimation
- 💊 Nearby pharmacy suggestions
- 🚨 Real-time issue reporting system
- Responsive and modern UI
- Performance-focused design
- Component-based architecture for scalability
- React.js
- JavaScript (ES6+)
- Vite
- Tailwind CSS
- SCSS
- AI Recommendation System
- Chatbot & Voice Assistant
- GPS & Map APIs
restroom-finder/
│── public/
│── src/
│ ├── components/
│ ├── pages/
│ ├── services/
│ ├── hooks/
│ ├── assets/
│ └── main.jsx
│── package.json
│── vite.config.js
│── README.md