Overview
This is a Next.js project bootstrapped with create-next-app
.
Features
- Add and Remove Inventory Items: Easily manage your inventory with the ability to add and remove items.
- Real-Time Updates: See changes instantly as you modify the inventory.
- Responsive Design: A user-friendly interface designed to work on various devices.
Getting Started
- Clone the repository:
git clone https://github.com/Sebastientg/inventory-management-nextjs-firebase-tailwind.git
cd inventory-management-system
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Open http://localhost:3000 with your browser to see the result.
Acknowledgments
I created this project with the help of my mentors during my Headstarter AI fellowship.