← Back to Projects
completed intermediate Created

Trapper Keeper V1

Rails SPA CRUD-style address book for managing contacts

Screenshot of Trapper Keeper

A Single Page Application built with Rails for managing an address book. Implements full CRUD functionality for contact management with a clean API and responsive frontend.

Key Features

  • Add, edit, delete contacts
  • Search and filter contacts
  • Category organization
  • RESTful API
  • SPA interface
  • Data validation

Challenges

  • Setting up Rails environment
  • Database schema design
  • API endpoint design
  • State management in SPA
  • CORS configuration