brismuth / FoodStorage

A webapp for managing your food storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodStorage

This is a very basic web app for tracking the expiration dates of your food storage. I built it in conjunction with my wife for our History of Creativity class at BYU. I wanted to experiment with the Meteor framework so I used this project as an opportunity to do so.

This is what it looks like:

Screenshot

You can add more items at the top. There is a date picker for the expiration, and when items are close to expiring, their expiration date turns red. If you hover over an item, a button appears on it to delete it:

Screenshot

Meteor uses MongoDB on the backend for persistence and manages sockets and realtime data sharing for you. That means that if you are logged into this food storage app on two computers, changes on one will immediately show up on the other as well.

About

A webapp for managing your food storage


Languages

Language:CSS 47.8%Language:JavaScript 35.5%Language:HTML 16.7%