A Modern Expiry Tracker Web App
π Live Demo
Expirey helps you keep track of items with expiry datesβwhether groceries, medicines, subscriptions, or anything else. Itβs a full-stack app with user-friendly design and real-time reminders.
- βοΈ React 18
- π¨ Tailwind CSS
- π React Router DOM
- π¦ Hosted on Vercel
- π₯οΈ Node.js + Express.js
- π§© MongoDB (Mongoose)
- π JWT for Auth
- βοΈ Hosted on Render
- π Secure Authentication (Signup / Signin)
- ποΈ Add, Edit, Delete expiry entries
- β° Smart reminders before expiry
- π± Fully Responsive UI
- π§Ό Clean & Modern UI/UX
git clone https://github.com/vinay-vk-kumar/Expirey.git
cd Expirey/server
npm install
npm run devcd Expirey/client
npm install
npm run devExpirey/
βββ client/ # React Frontend
β βββ public/
β βββ src/
β βββ Components/
β βββ App.jsx
βββ server/ # Express Backend
β βββ routes/
β βββ controllers/
β βββ models/
β βββ index.js
βββ README.mdMIT Β© Vinay Kumar