Cost Splitter

THE PROJECT

This React-based app helps users manage shared expenses and split costs with friends. I used Axios with PHP for backend storage in an SQL database. It demonstrates full-stack integration and practical problem-solving through UI and data management.

TECHNICALS

  • Frontend Technologies:
    • React.js – User interface and component logic
    • JavaScript (ES6) – App behavior
    • CSS3 – Styling and layout
  • Backend Technologies:
    • PHP – Backend API
    • Axios – Client-server communication
    • SQL – Data persistence
  • Core Features:
    • Expense tracking by user
    • Balance calculations
    • Persistent storage using SQL
  • Optional Tools:
    • Netlify – Frontend deployment
    • GitHub – Version control