Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1 KB

README.md

File metadata and controls

32 lines (24 loc) · 1 KB

Pantry Tracker

This project is a pantry management application that allows users to keep track of pantry items by adding or removing items and updating their quantities. The project uses Next.js as the frontend framework, Material UI for the UI components, and Firebase as the backend service.

Project Demo

Youtube Link

Project Setup

Run this command to set up the React/Next.js project

npx create-next-app@latest

and just cd into the folder and type npm run dev to run the project on local host...

This command is to connect the database (firebase) to our code npm install reactfire More info here -> Link

Deployment Setup

Open Terminal in VS Code: Ctrl + ` (or use the terminal menu to open a new terminal)

Install Vercel CLI: npm install -g vercel

Log in to Vercel: vercel login

Navigate to Project Directory: cd path/to/your/project

Deploy Project: vercel