Nigerian Commodity Market Price Tracker
Real-time agricultural commodity prices across Nigeria's major markets.
-
Create a new repository on GitHub
- Go to github.com and create a new repository named
pricenija
- Go to github.com and create a new repository named
-
Upload these files to GitHub
- Upload all files from this folder to your new repository
-
Deploy on Vercel
- Go to vercel.com
- Click "Add New Project"
- Import your GitHub repository
- Vercel will auto-detect Next.js and deploy
-
Connect your domain
- In Vercel dashboard, go to Settings → Domains
- Add
pricenija.com - Update DNS in GoDaddy (instructions below)
npm install -g vercel
vercel login
vercel --prodAfter deploying, Vercel will give you one of these:
- A Record:
76.76.21.21 - CNAME:
cname.vercel-dns.com
- Log in to GoDaddy
- Go to "My Products" → Find your domain → "DNS"
- Delete existing A and CNAME records for @ and www
- Add new records:
| Type | Name | Value | TTL |
|---|---|---|---|
| A | @ | 76.76.21.21 | 600 |
| CNAME | www | cname.vercel-dns.com | 600 |
- Wait 5-30 minutes for DNS propagation
- Go to your Vercel project → Settings → Domains
- Add
pricenija.comandwww.pricenija.com - Vercel will verify and issue SSL certificate automatically
pricenija-app/
├── app/
│ ├── globals.css # Global styles
│ ├── layout.js # Root layout with metadata
│ └── page.js # Main page component
├── package.json # Dependencies
├── next.config.js # Next.js config
├── tailwind.config.js # Tailwind config
├── postcss.config.js # PostCSS config
└── .gitignore # Git ignore file
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm start- 📊 Real-time price tracking
- 🏪 5 major Nigerian markets
- 🌾 18 commodities
- 📈 Price trend charts
- ⭐ Watchlist functionality
- 📱 Mobile responsive
- 🌙 Dark theme
- Dawanau (Kano)
- Mile 12 (Lagos)
- Bodija (Ibadan)
- Ogbete Main (Enugu)
- Wuse (Abuja)
Questions? Contact: hello@pricenija.com
Made with ❤️ for Nigeria