Skip to content

manei74/eat-n-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eat-n-split

eat-n-split is a simple React application that allows you and your friends to split restaurant bills quickly and easily. You can add friend names (with an option to add a picture or use one of three defaults) and, by selecting a friend, open a window that shows the bill split details including:

  • 💰 Bill Value: The total amount of the bill.
  • 🧍‍♂️ Your Expense: How much you owe.
  • 👯‍♂️ Friend's Expense: How much your friend owes.
  • 🤑 Payment Summary: Who is paying the bill.

Live Demo

Check out the live version on GitHub Pages: https://manei74.github.io/eat-n-split/)

Features

  • Bill Splitting: Quickly calculate how much each person owes.
  • Friend Management: Add friends with custom names and pictures (or use default images).
  • Interactive UI: Click a select button to view a detailed split window for each friend.
  • Easy to Use: Minimal and intuitive interface built with React.

Getting Started

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits and you will see any lint errors in the console.

npm test

Launches the test runner in interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It bundles React in production mode and optimizes the build for best performance.
The build is minified and filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: This is a one-way operation. Once you eject, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project and copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc.) right into your project so you have full control over them.

Deployment

To deploy this project to GitHub Pages:

  1. Install gh-pages (if not already installed):
    npm install gh-pages --save-dev
  2. Update your package.json
  3. Deploy npm run deploy

About

split ypur bill with friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published