- Landing Page
- Navbar
- Home
- How We Work
- Book Your Slot
- Account
- How We Work
- GIF for recycle
- Book Your Slot
- Book the slot / check the slots based on the location
- Shows the current location with nearest agents
- Implement geomap which shows the current location
- Account
- User (Individual)
- User Profile Space
- Agent
- Agent Profile Space
- User (Individual)
- User
- profile(IMG)
- User Name
- User EmailID
- User Mob Number
- User Passkey
- Orders
- Agent
- pofile(IMG)
- Agent Id (number)
- Agent Name
- Agent Email ID
- Agent Mob Mumber
- Agent Passkey
- orders -- max frontend completed for user side --
- Authenication
- user
- collecting user details and display their details in about
- agent
- collect agent details and based on location search of user we shoe the agent profiles
- Map feature
- user details
- dynamic rendering
- dynamic editing
- ip address tracking upon request booking
-
Agent Array
- store cities
- add city filters
- get array of agents
A modern React + Vite project focused on connecting users with recycling agents efficiently based on their location. The app includes booking slots, viewing nearby agents, and profile management for both users and agents.
This project uses React with Vite for blazing fast development and optimized build processes.
- ⚡ Vite (Frontend Tooling)
- ⚛️ React (Modern Components, Hooks)
- 💅 Tailwind CSS (Optional, Easy Integration)
- 🔥 Hot Module Replacement
- 🌍 Geolocation & Mapping
- 🔐 Node.js & Express (Backend)
git clone https://github.com/jagadeesh-debug/Hub
cd Hub
npm install
# or
yarn install
npm run dev
# or
yarn dev