DEV Community

Cover image for Building Paikari : A Real-Time Grocery Price Comparison App
jicoing
jicoing

Posted on

Building Paikari : A Real-Time Grocery Price Comparison App

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

  1. Clone the repository:
git clone https://github.com/your-repo/paikari-india.git
cd paikari-india
Enter fullscreen mode Exit fullscreen mode
  1. Install dependencies:
npm install
Enter fullscreen mode Exit fullscreen mode
  1. 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
Enter fullscreen mode Exit fullscreen mode
  1. Run the development server:
npm run dev
Enter fullscreen mode Exit fullscreen mode
  1. Open http://localhost:3000 in your browser.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

SurveyJS custom survey software

Build Your Own Forms without Manual Coding

SurveyJS UI libraries let you build a JSON-based form management system that integrates with any backend, giving you full control over your data with no user limits. Includes support for custom question types, skip logic, an integrated CSS editor, PDF export, real-time analytics, and more.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay