Paikari India - paikari-seven.vercel.app
Paikari India is a web-based application designed to provide users with real-time grocery price comparisons across the top 5 cities in India. Users can search for specific grocery items and instantly view the current prices in cities like Mumbai, Delhi, Bangalore, Chennai, and Kolkata.
Features
- Real-time price comparison across major Indian cities
- Search functionality with autocomplete
- Dynamic price updates
- City-based filtering
- Optional user accounts for saving preferences
- Mobile responsive design
Tech Stack
- Frontend: Next.js, React, Tailwind CSS, ShadCN UI
- Backend: Supabase (PostgreSQL)
- Authentication: Supabase Auth
- Deployment: Vercel
Getting Started
- Clone the repository:
git clone https://github.com/your-repo/paikari-india.git
cd paikari-india
- Install dependencies:
npm install
- Set up environment variables:
Create a
.env.local
file with the following:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.