An open API service indexing awesome lists of open source software.

https://github.com/aayush-dhakal/mern-expense-tracker

Finance Tracker App
https://github.com/aayush-dhakal/mern-expense-tracker

deployment expressjs mongodb nodejs reactjs

Last synced: 3 months ago
JSON representation

Finance Tracker App

Awesome Lists containing this project

README

          

# Finance Tracker App

### Live preview: https://easy-pear-caridea-robe.cyclic.app/

## Technology used

- Node.js
- Express.js
- React.js
- MongoDb Cloud

## To setup locally

- Login to Mongo Cloud and create a cluster with Database name financeTrackerApp and put its URI in env file
- Install the packages with: `npm run dev-install`
- Start the server: `npm run dev`

## Screenshots

### Registration

![](https://github.com/aayush-dhakal/MERN-Expense-Tracker/blob/master/screenshots/register.png?raw=true)

### Login

![](https://github.com/aayush-dhakal/MERN-Expense-Tracker/blob/master/screenshots/login.png?raw=true)

### Dashboard Portal

![](https://github.com/aayush-dhakal/MERN-Expense-Tracker/blob/master/screenshots/homepage.png?raw=true)

### Add Transactions

![](https://github.com/aayush-dhakal/MERN-Expense-Tracker/blob/master/screenshots/add-new.png?raw=true)

### Analytics

![](https://github.com/aayush-dhakal/MERN-Expense-Tracker/blob/master/screenshots/analytics.png?raw=true)