Kaaleyah / harc

A budget app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harc

Netlify Status

Harc is budget app powered by React.js.

You can add a budget with a maximum spending amount and add expenses to that budget. Uncategorized expenses will be shown separately. All of the expenses and maximum spending amount will be shown at the very bottom of the app.

You can check out the demo: https://harcapp.netlify.app/

enter image description here

Installation

npm install
npm run start

What I Learnt

  • useContext Hook
  • useLocalStorage Hook
  • Building and deploying a React App
  • React Bootstrap

About

A budget app

License:MIT License


Languages

Language:JavaScript 88.3%Language:HTML 10.0%Language:CSS 1.7%