Skip to content

0xHecker/personal-expense-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Expense Log

Features

  • Signup, Signin
  • Category based spending overview
  • Recent transactions
  • Advanced sorting, pagination and searching
  • Create Custom Categories
  • Delete Categories
  • Add transactions
  • Delete transactions
  • Update personal profile and password

Technical details

  • Protected Routing
  • react-query for data fetching
  • Sass for styling

How to run on your machine

start the server and add .env file

API_URL="http://server-host:port"

> yarn
> yarn start