Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 1006 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 1006 Bytes

OUTDATED CODE

This code was completed during June 2022. This does not represent my current skills, only meant to showcase and help other developers.

Food Tracker

A simple final project for my AP M319 classroom.

Features

  • Hashed Login System
  • Server-side rendering
  • Reccomendation engine based on recipes
  • Powerful base with object-orientated design
  • Big Food Database (Check next section)

Limitations

  • Server-side rendering
  • Could have more abstractions
  • No thorough tests
  • Reccomendation engine isn't great

Download Database

If you are interested in the database that took some database scraping, please feel free to download it: [Coming Soon]

Acknowledgements