UrbanSphere is a powerful tool designed to assist potential buyers and residents by evaluating and ranking sub-districts of cities. It uses diverse parameters such as air quality, water quality, crime rate, and proximity to essential facilities to highlight the best areas for your needs.
- 🌫️ Air Quality Index Analysis – Tracks and displays air quality levels in different areas.
- 💧 Water Quality Index – Rates water quality for health and convenience.
- 🛡️ Crime Rate – Shows crime statistics to promote safer neighborhood choices.
- 🏥 Access to Amenities – Details nearby schools, hospitals, parks, and markets.
- 🛒 Utilities Availability – Indicates easy access to groceries and other essentials.
- 🏆 Ranking System – Scores sub-districts to recommend the best area for living based on your needs.
--UrbanSphere/
- ├── frontend/ ( 🌐 Next.js + TypeScript)
- ├── backend/ ( ⚙️ Next.js + MongoDB)
- └── UrbanSphere-App/ ( ⚙️ React Native)
To run the UrbanSphere-Web, follow these steps:
-
Navigate to the
frontend
directory:cd frontend
-
Install the necessary dependencies:
npm i
-
Start the development server:
npm run dev
-
The UrbanSphere-Web will be running at http://localhost:3000
To run the Mobile App, follow these steps:
- Navigate to the UrbanSphere-App directory:
cd UrbanSphere-App
- Install the necessary dependencies:
npm install
- Start the backend server:
npx expo start
- The UrbanSphere-App will be running at http://localhost:8051.
For any inquiries or support regarding the project, feel free to Contact us.
Special thanks to HackCBS for providing tools and support assisted in creating this Project.