Skip to content
View bodymoto's full-sized avatar
🎶
🎶

Block or report bodymoto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bodymoto/README.md

Hello & Welcome,


My entrepreneurial work is housed inside a private GitHub repository. You can visit the live site at www.bodyboon.com.

Technical Overview

  • Production and beta sites are containerized and deployed to Google Cloud Run.
  • I built the user authentication with Google's Firebase SDK, securing all HTTP requests with token authorization.
  • I implemented payment processing with the Stripe SDK, and a custom REST API handles my JSON queries and webhook events.
  • My front-end utilizes custom Lit (lit.dev) web components, and auto-detects state changes in the shadow DOM caused by user interaction before communicating changes to the back-end.
  • The back-end is an Express.js stateless architecture that interfaces with Firebase, Stripe and MongoDB to process and save user data in real-time.
  • Core Functionality: Custom algorithms and data structures generate unique dietary recommendations based on user inputs (age, weight, height, sex, and activity levels).
    Features include custom recipe building by ingredient search, nutritional content analysis (covering 44 nutrients), and diet tracking to monitor daily nutrient intake against dietary goals.

(っ˘ڡ˘ς) ♨ (๑ᵔ⤙ᵔ๑)

Pinned Loading

  1. nutrient-calculator nutrient-calculator Public

    A nutrient calculator. Custom Algorithms & JSON · Lit · Web components · Node · Rollup · Babel

    JavaScript

  2. food-nutrient-graph food-nutrient-graph Public

    An interactive nutrient graph. 100% test coverage · Sort/Filter Algorithms · Custom data structures

    JavaScript

  3. web-components-website web-components-website Public

    A web component website. Lit · Express · Webpack · Babel · Node

    JavaScript

  4. vanilla-website vanilla-website Public

    An interactive website. JavaScript · HTML · CSS · Event Throttling · Grid/Flex · Animations · Responsive mobile UI

    CSS

  5. showdown showdown Public

    An SSH tool to automate commands and save the output of Cisco X9000 series switches.

    Python

  6. news-article-scraper news-article-scraper Public

    Web scraper using Playwright library.

    JavaScript