This project is a simple expense tracker built with React. Its goal is to help me improve my skills with the useReducer and useContext hooks in React.
Features:
- Input fields to add new transactions (name and amount)
- Transaction history displayed with transaction name and amount
- Balance displayed based on the total of all transactions
Getting Started:
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto start the development server - Open your browser and navigate to
http://localhost:3000
Technologies Used:
- React
- React Hooks (useReducer, useContext)
- JavaScript
- CSS