✨ View the enhanced version on Vercel →
← Back to Projects

Record Editor

Overview

A command-line application written in C that allows users to manage records with add, delete, and search functionality.

Technologies Used

  • C
  • Terminal
  • VI

My Role

  • Designing the record structure
  • Implementing CRUD operations
  • Building command-line interface
  • Memory management

Challenges & Solutions

Managing memory properly and creating an efficient data structure for fast record lookups and manipulations.

Key Features

  • Add new records
  • Delete existing records
  • Search and find records
  • Data persistence

What I Learned

  • C programming fundamentals
  • Memory management in C
  • Data structure design
  • File I/O operations
Record Editor