Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinLynch04 authored Dec 9, 2023
1 parent 4d090cf commit 5e68f83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CSC307-Receipt-App

This project is designed to help split receipts among multiple different people, and make the task of divying up
receipts much easier. Includes the ability to upload or capture a picture of a receipt, where it will be processed for easier
understanding and spliting by you. QuickSplit implements VeryFi API technology for its OCR/Receipt processing.




## Overview

For our project code style guidlines, we decided to follow the general Prettier guidlines, which are listed below.
Expand All @@ -9,7 +16,6 @@ For our project code style guidlines, we decided to follow the general Prettier
- **JavaScript/React**:

- Indentation: 2 spaces.
- Single quotes for strings.
- Semicolons at the end of statements.
- Trailing commas where possible.
- Line length: Prettier will automatically wrap code to the configured line length (default is 80 characters).
Expand Down

0 comments on commit 5e68f83

Please sign in to comment.