Back to projects
Web

Exercise List Web App

A personal web application cataloging gym exercises with filters and subjective ratings.

Node.jsPostgreSQL

What this project covers

  • Scrollable exercise list
  • Difficulty and muscle group filters
  • Search by exercise name
  • Preference-based sorting

Features

  • Scrollable exercise list
  • Difficulty and muscle group filters
  • Search by exercise name
  • Preference-based sorting

What I learned

  • Database design for filtering and sorting
  • Server-side rendering with Node.js
  • Integration of PostgreSQL with web applications