/expense-tracker

learning

Primary LanguageTypeScript

Expense Tracker App

Overview

Expense Tracker App is a web application designed to help users manage their expenses effectively. Built using React, TypeScript, and Vite, this app provides a user-friendly interface for tracking expenses.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • TypeScript: A statically typed superset of JavaScript that enhances code quality and developer productivity.
  • Vite: A fast web development build tool that provides instant server start and hot module replacement.

Getting Started

Prerequisites

  • Node.js installed on your machine
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/expense-tracker.git
    
  2. Navigate to the project directory:

     cd expense-tracker
    
  3. Install dependencies:

    npm install
    

Running the App

  1. Start the development server:
    npm run dev
    
  2. Open your browser and navigate to http://localhost:xxxx to view the app.