An open API service indexing awesome lists of open source software.

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/

Awesome Lists containing this project

README

          

# Expensify App

![Expensify App](screenshot.png)

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