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.
- Add new expenses with description and amount.
- View a list of all recorded expenses.
- Add all expenses.
- Data persistence using local storage.
To get a local copy up and running follow these simple steps.
- Node.js (https://nodejs.org/)
- npm (https://www.npmjs.com/)
- Clone the repo
git clone https://github.com/Vigneshreddy625/ExpensTracker.git
- Navigate to the project directory
cd ExpenseTracker
- Install NPM packages
npm install
- Start development server
npm run dev
- 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.
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.