Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frozen-burrito/expense-tracker
A full-stack web app that keeps track of income, expenses and transaction history
https://github.com/frozen-burrito/expense-tracker
express full-stack javascript mongodb nodejs react webapp
Last synced: about 16 hours ago
JSON representation
A full-stack web app that keeps track of income, expenses and transaction history
- Host: GitHub
- URL: https://github.com/frozen-burrito/expense-tracker
- Owner: Frozen-Burrito
- Created: 2020-03-08T23:35:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:51:58.000Z (about 2 years ago)
- Last Synced: 2023-03-04T04:26:04.463Z (almost 2 years ago)
- Topics: express, full-stack, javascript, mongodb, nodejs, react, webapp
- Language: JavaScript
- Homepage:
- Size: 810 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Expense Tracker
A compact web app that keeps track of income, expenses, transaction history and financial statistics
> In development
## Getting Started
Download the project. In the root directory, you can run:
#### `npm run dev`
Runs the app and server in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
> Connect to a mongodb Database
In order to connect the app to a mongoDB Database, you'll need to create a file named **config.env** in `client/config/` with three properties: NODE_ENV, PORT and MONGO_URI.
## What I've Learned
I followed a tutorial for the base functionality, and added other features by myself.
I've learned:
* Web design using Figma
* React global state
* React hooks
* NPM modules like axios and mongoose
* Express
* MongoDB## React Documentation
For more details about the project, you can check the [React documentation](https://reactjs.org/) and the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).