This is a fully-featured Inventory Management System built with Next.js 14 and TypeScript. The project leverages Framer Motion for animations, MongoDB as the database, and ShadCN for UI components, offering a seamless and robust experience for managing inventory.
- Real-Time Inventory Tracking: Keep your inventory updated in real-time.
- User-Friendly Interface: Simple and intuitive UI using ShadCN components.
- Responsive Design: Optimized for all devices.
- Interactive Animations: Smooth and interactive user experience powered by Framer Motion.
- Scalable Architecture: Built with Next.js and TypeScript, ensuring easy scalability and maintainability.
- Frontend: Next.js 15, TypeScript, Framer Motion, ShadCN
- Backend: Node.js, Express.js
- Database: MongoDB
- Styling: Tailwind CSS
- Deployment: Vercel
- Node.js v14 or later
- MongoDB database
- Vercel account for deployment
- Clone the repo:
git clone https://github.com/gowdaman-dev/shopify.git
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev