https://github.com/saabbir/expensify-app
Expense tracking application using React, Redux, and Firebase. Demo Link: https://expenseer.onrender.com/
https://github.com/saabbir/expensify-app
expensify firebase react redux
Last synced: 2 months ago
JSON representation
Expense tracking application using React, Redux, and Firebase. Demo Link: https://expenseer.onrender.com/
- Host: GitHub
- URL: https://github.com/saabbir/expensify-app
- Owner: Saabbir
- Created: 2021-03-19T08:31:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T22:44:11.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T07:05:08.304Z (about 1 year ago)
- Topics: expensify, firebase, react, redux
- Language: JavaScript
- Homepage: https://expenseer.onrender.com/
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expensify App

Coded this expense tracking application using React while taking Andrew Mead's Udemy course - [The Complete React Developer Course (w/ Hooks and Redux)](https://www.udemy.com/course/react-2nd-edition/)
Demo can be seen in here - https://expenseer.onrender.com/
## Technology Used
- Webpack 5
- Babel
- React
- Redux
- Redux Thunk
- React Router DOM
- Jest
- SCSS
## Getting Started
Clone this repo:
```sh
git clone https://github.com/Saabbir/expensify-app.git
```
This project is based on [Node.js](https://nodejs.org/en/). To install the necessary packages, run this command in the root folder of the site:
```sh
npm install
```
### After Installation
- Run `npm run dev` from root folder for a development server and live reloading
- Run `npm run build` from root folder for production build