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

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

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`.