https://github.com/qodesmith/expense-list
A simple React expense list
https://github.com/qodesmith/expense-list
Last synced: 2 months ago
JSON representation
A simple React expense list
- Host: GitHub
- URL: https://github.com/qodesmith/expense-list
- Owner: qodesmith
- Created: 2017-10-01T20:46:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T10:29:00.000Z (over 7 years ago)
- Last Synced: 2025-08-04T01:54:34.736Z (11 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense List
A React project aimed at building a simple expense list. Utilizes MongoDB for persistence. All the basic CRUD functions around expenses. You have an expense name and amount. There's a total at the bottom. That's it!
This project utilizes Webpack, Express, Mongo, React, SCSS, & Tachyons. Awesome tech to create awesome projects! JavaScript rules the world.
### Note
If you clone this project, you'll need to create an `.env` file with the following properties: `PORT`, `mongoURI`, `mongoSession`, and `secret`.