https://github.com/mrseanbaines/expenses-app-frontend
SPA React app to view a list of expenses, upload receipts, add comments etc.
https://github.com/mrseanbaines/expenses-app-frontend
async-await babel es2015 es6 eslint expense-manager expenses javascript prettier react reactjs redux redux-thunk styled-components webpack
Last synced: about 1 month ago
JSON representation
SPA React app to view a list of expenses, upload receipts, add comments etc.
- Host: GitHub
- URL: https://github.com/mrseanbaines/expenses-app-frontend
- Owner: mrseanbaines
- Created: 2019-05-07T20:48:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T17:32:44.000Z (about 2 years ago)
- Last Synced: 2025-01-25T07:07:52.633Z (3 months ago)
- Topics: async-await, babel, es2015, es6, eslint, expense-manager, expenses, javascript, prettier, react, reactjs, redux, redux-thunk, styled-components, webpack
- Language: JavaScript
- Homepage: https://mrseanbaines-expenses-app.netlify.app
- Size: 3.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expenses app (frontend)
This is the frontend for a SPA React app to view a list of expenses, upload receipts, add comments etc. The backend API can be found [here](https://github.com/mrseanbaines/expenses-app-backend).

[](https://app.netlify.com/sites/mrseanbaines-expenses-app/deploys)
## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.
To get started, run the following commands:
### _From the project root:_
1. Install dependencies:
```sh
npm i
```2. Copy environment variables to .env
```sh
cp .env.example .env
```3. Start the server:
```sh
npm start
```View the project at http://localhost:8080/