smart-goal-planner

Smart Goal Planner

A React application for managing financial goals and tracking savings progress.

Features

Technologies Used

Getting Started

Prerequisites

Installation

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. Start the JSON Server:
    npm run server
    
  4. In a separate terminal, start the React application:
    npm start
    

Usage