Inventory Manager made using Next.js, Tailwind CSS, and Firebase. This is my first ever project created with Next.js.
This Inventory Manager application is designed to help users manage their inventory efficiently. It leverages the power of Next.js for server-side rendering, Tailwind CSS for styling, and Firebase for backend services.
First, clone the repository and install the dependencies:
git clone https://github.com/ChirayuSahu/inventoryManager.git
cd inventoryManager
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Then, 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.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To learn more about the technologies used in this project, take a look at the following resources:
The easiest way to deploy your Next.js app is to use the Vercel Platform.
Check out the Next.js deployment documentation for more details.
Contributions are welcome! Please fork this repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.
For any questions or inquiries, please reach out to Chirayu Sahu.