Skip to content

A reactjs application that helps users to track their expenses daily and set limits that can be tracked for reminder.

Notifications You must be signed in to change notification settings

holahmide/finance-tracker-with-react

Repository files navigation

Getting Started with a Basic Finance Tracker App (BTrack)

The application allows users to track their daily spendings and set limits for a particular period of time.

The project uses NodeJs Package Manager (NPM), ReactJS and TailwindCSS.

Setup codebase

git clone https://github.com/holahmide/finance-tracker.git finance-tracker-frontend

cd finance-tracker-frontend

npm install

Connect Backend

Add enviromental variables

touch .env
nano .env

Add the properties in the .env.example file to the .env file

Set the BACKEND_URL Parameter (e.g. http://127.0.0.1:4000/api/).
NOTE: The HOST url e.g. 127.0.0.1 must be the same as the HOST url of your backend server.

Running application

# for development testing
npm start

Contributions

Feel free to clone, add improvements and open pull requests.

About

A reactjs application that helps users to track their expenses daily and set limits that can be tracked for reminder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages