Skip to content

A small app to check how old my tech products I own are

Notifications You must be signed in to change notification settings

lannonbr/product-age

Repository files navigation

Product Age

A small app to check how old my tech products I own are.

Setup

  • Clone this repo.
  • Create a JSON file at mvc/models/products.json with an array of products as such:
[
  {
    "name": "iPhone 15",
    "purchaseDate": "January 1, 2024"
  }
]
  • Install dependencies: npm install
  • Run the app: npm run dev or npm run prod

This is a Roosevelt app. See the docs for more information about configuring and running the app.

About

A small app to check how old my tech products I own are

Resources

Stars

Watchers

Forks

Releases

No releases published