An Expense Tracker App made using React and Typescript
-
React
- Hooks
- useState
- useContext
- useReducer
- Context API
- Hooks
-
Typescript
- Clone the repository
git clone https://github.com/j-barreiros/Expense-Tracker.git
- cd into directory
cd Expense-Tracker
- Install dependencies
npm install
- Start the app
npm start