This is the full stack project for the GrowthProAI Internship Assignment. It simulates a local business dashboard where business owners can view randomized Google ratings, reviews, and AI-generated SEO headlines.
Includes:
- 🚀 React + Tailwind frontend
- ⚙️ Node.js + Express backend
- Frontend Live: Vercel Frontend
- Backend Live: Render Backend
| Part | Tech |
|---|---|
| Frontend | React.js, Tailwind CSS |
| Backend | Node.js, Express |
| State | React Context API |
| Hosting | Vercel (Frontend), Render (Backend) |
# Clone fullstack repo
git clone https://github.com/Puneetharajkr/growthpro-business-dashboard-reviews-fullstack.git
cd growthpro-business-dashboard-reviews-fullstack
# Backend setup
cd backend
npm install
node index.js
# Frontend setup (in a new terminal)
cd ../frontend
npm install
npm run devThis fullstack web application demonstrates how small businesses can view simulated SEO and Google review insights. Built for GrowthProAI's Full Stack Internship Assignment.






