Skip to content

Austinwu-rgb/SpoilerAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpoilerAlert - Food Expiry Tracker

image

SpoilerAlert is a simple web application that helps you keep track of the foods you have and their expiry dates. It warns you when a food item is about to expire, ensuring you don't miss any important dates.

Features

  • Add Food Items: Easily add food items to the tracker, including the item name, expiry date, and current date.
  • Expiration Tracking: SpoilerAlert calculates the time left until each food item expires and categorizes items based on their freshness status.
  • Night Mode: Switch between day and night mode for comfortable use in different lighting conditions.

Screenshots

image

Video Demo

Watch A Demo!

Getting Started

Requirements: Node.js

Follow these steps to run SpoilerAlert on your local machine:

  1. Clone the repository:

    git clone https://github.com/Austinwu-rgb/SpoilerAlert.git
    cd SpoilerAlert
    
  2. Startup the backend on your local machine:

    cd server
    npm install
    node server.js
    
  3. Open the SpoilerAlert directory in another bash window

  4. Launch the React app:

    cd client
    npm install
    npm start
    
  5. Try it out!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors