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

https://github.com/ref-bit/expense-tracker

A simple web application to calculate your expenses.
https://github.com/ref-bit/expense-tracker

Last synced: 7 months ago
JSON representation

A simple web application to calculate your expenses.

Awesome Lists containing this project

README

          

# Expense Tracker 🔎💸

A simple web application to calculate your expenses.

***

#### Built With

- [React.js](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Express.js](https://expressjs.com/) - Node.js web application framework.
- [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) - Global cloud database service for modern applications.

#### Getting Started

- Save `config.example.env` file into `config.env` config folder and enter your mongoDB atlas connection string.
- Run `npm install && npm dev` to run the app successfully.