Skip to content

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.

License

Notifications You must be signed in to change notification settings

RyanTren/Pantry-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published