apurav10 / expense-tracker-react

Simple expense tracker using React hooks & context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Tracker (React)

This is a React version of the vanilla JS Expense Tracker. It uses functional components with hooks and the context API

Usage

npm install

# Run on http://localhost:3000
npm start

# Build for prod
npm run build

About

Simple expense tracker using React hooks & context


Languages

Language:JavaScript 61.3%Language:CSS 22.3%Language:HTML 16.4%