Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

raulfdm/virtual-receipt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Receipt

https://img.shields.io/badge/building-passing-brightgreen.svg

📄 🏬 A simple way to generate your virtual receipt

Site Preview

Motivation

I use to control my expanses on Mobills (a personal finance application). So, every time when I go shopping I create an expanse with the total value. However, personally I prefer save what I bought as well, even thought the application doesn't have a specific field for it, only more information field. Therefore, I write manually on some notepad each item and it value, copy this information and paste into it field.

Solution

Based on motivation above, I decided create a static page with a simple form which receive:

  • Product Name
  • Quantity
  • Price
  • Calculate Method (refers to total calculate, in other words, if Price is total or just an item)

When you insert, the application create a product and insert in a list, which are storage in browser LocalStorage, and each item that are added, update total from the list of product.

Concepts and Technologies

This project involves some interesting things like:

Run locally

  1. Clone the project
$ git clone https://github.com/raulfdm/food-list-creator.git
  1. Move to project folder and install all dependencies
$ cd food-list-creator
$ npm install
  1. Now, you can run a local server with the following command:
$ npm start

Licence

MIT