You deserve a good company; gc/bc will help you find it. Vibe coded with ❤️, React, and Node.js.
- 📊 Interactive timeline visualization of review ratings
- 📈 Sentiment analysis charts
- 📋 Advanced filtering and sorting of reviews
- 💾 CSV export functionality
- 🏢 Company management system
- 📱 Responsive design
-
Frontend:
- React 18
- Vite
- TailwindCSS
- Recharts
- React Table
-
Backend:
- Node.js
- Express
- Clone the repository:
git clone https://github.com/markdstafford/gc-bc.git
cd gc-bc- Install dependencies:
cd server npm install
cd ../client npm install
3. Set up environment variables:
```bash
# In server directory
cp .env.example .env
- Start the development servers:
# Start backend (in server directory)
npm run dev
# Start frontend (in client directory)
npm run devThe application is configured for deployment on Render.com. Required environment variables:
NODE_ENV: Set to "production"
MIT License