A streamlined tool to monitor and manage your online purchases. Designed to help collectors and enthusiasts keep track of orders, deliveries, and expenses all in one place.
- Order Management: Log and categorize your purchases.
- Delivery Tracking: Monitor shipping statuses and estimated arrival dates.
- Expense Overview: Keep tabs on spending across different platforms.
- Responsive Interface: Optimized for both desktop and mobile devices.
Clone the repository and install dependencies:
git clone https://github.com/Vikbg/purchase-tracker.git
cd purchase-tracker
pnpm installSet up your environment variables by creating a .env file in the root directory:
- NEXTAUTH_SECRET=your_secret
- NEXTAUTH_URL=your_url
- DATABASE_URL=your_database_url
Start the development server:
pnpm run devFrontend: React, Next.js, Tailwind CSS
Backend: NextAuth.js, Prisma ORM
Database: PostgreSQL
Authentication: Credentials
Contributions are welcome! To contribute:
Fork the repository.
Create a new branch:
git checkout -b feature-branchCommit your changes:
git commit -am 'Add new feature'Push to the branch:
git push origin feature-branchOpen a Pull Request !
This project is licensed under the MIT License — see the LICENSE file for details.