Skip to content

lobby11/SmartLog

 
 

Repository files navigation

💸 Smart Tracker

A beautiful, responsive, and modern Expense Tracker App built with React that helps users manage and visualize their income and expenses smartly.


✨ Features

  • 🔹 Add, view, and delete transactions
  • 📊 View total income, expenses, and current balance
  • 📅 Automatically tracks the date of transactions
  • 🖼️ Smooth UI with animated buttons and transitions
  • 📌 Data stored in localStorage (persists on reload)
  • 📂 Modular components and clean codebase
  • 🧠 Powered by React Hooks and Context API
  • 🌐 Responsive and mobile-friendly design
  • 💙 Proudly Open Source!

🖥️ Tech Stack


🚀 Getting Started

Want to run Smart Tracker on your machine? Just follow the steps below.


✅ Prerequisites

Make sure you have the following tools installed:

Tool Required Version
Node.js ✅ Yes v16.x or higher
npm or Yarn ✅ Yes npm v8+ or yarn v1+
Git ✅ Yes Any stable version

Check installation by running:

node -v
npm -v
git --version

🍴 Fork This Repository

If you'd like to contribute or customize Smart Tracker for your own use:

  1. Click the Fork button at the top-right of this repository's page.
  2. Clone your forked version:
git clone https://github.com/your-username/SmartLog.git

Install dependencies and start the development server

cd SmartLog
npm install
npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.2%
  • CSS 1.2%
  • HTML 0.6%