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.
- Host: GitHub
- URL: https://github.com/ref-bit/expense-tracker
- Owner: Ref-Bit
- Created: 2020-04-27T15:05:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:52:21.000Z (about 3 years ago)
- Last Synced: 2025-03-11T15:52:35.480Z (11 months ago)
- Language: JavaScript
- Homepage: https://expense-tracker-full.herokuapp.com/
- Size: 730 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.