Skip to content

amittras-pal/expensary

Repository files navigation

Expensary | Client App.

This is the React client application for a MERN Stack Application called Expensary. This is a simple application to track personal expenses.

The application is paired with the corressponding backend application which can be found here.

Environment

  • Node v18.0 or higher is required.

Running Locally

  • Clone the repository.
  • Run npm install for the dependencies.
  • Create a .env file in the root of the application with the following information.
VITE_API_BASE_URL=<local_port_of_your_backend>
NODE_ENV=dev
  • NOTE 1: Make sure you have the backend application running too before running the frontend. Follow the steps to run the backed as mentioned here

Suggested Extensions and Plugins :

(If using Visual Studio Code)

Utilities:

  • GitLens
  • Prettier
  • Todo Tree
  • ESLint

Visual Enhancements:

  • Material Icon Theme [for file/folder icons]
  • Carbon Product Icons [for application icons]
  • One Dark Pro [application color theme]