Skip to content

mrseanbaines/expenses-app-frontend

Repository files navigation

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.

Demo screenshot

Netlify Status

Setup

Make sure you have Node and NPM installed.

To get started, run the following commands:

From the project root:

  1. Install dependencies:
npm i
  1. Copy environment variables to .env
cp .env.example .env
  1. Start the server:
npm start

View the project at http://localhost:8080/