Skip to content

Vigneshreddy625/ExpenseTracker

Repository files navigation

React + Vite

Expense Tracker

A simple and intuitive expense tracker application built with React and styled using Tailwind CSS. This application allows users to track their expenses and stores the data in local storage for persistence.

Features

  • Add new expenses with description and amount.
  • View a list of all recorded expenses.
  • Add all expenses.
  • Data persistence using local storage.

Demo Img

image

Installation

To get a local copy up and running follow these simple steps.

Prerequisites

Installation Steps

  1. Clone the repo
    git clone https://github.com/Vigneshreddy625/ExpensTracker.git
    
  2. Navigate to the project directory
    cd ExpenseTracker
    
  3. Install NPM packages
    npm install
    
  4. Start development server
    npm run dev
    

Technologies Uesd

  • React: JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
  • Local Storage: Web storage for persisting data on the client-side.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.