Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T17:32:44.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T18:53:56.241Z (over 1 year 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).
![Demo screenshot](./demo-screenshot.png 'Demo screenshot')
[![Netlify Status](https://api.netlify.com/api/v1/badges/176c85ff-5dca-4ff2-894c-af35e2646712/deploy-status)](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/