Skip to content

pjf3av/eat-n-split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eat-n-Split

Note: This project is based on The Ultimate React Course by Jonas Schmedtmann.

Eat-N-Split is a small single-page application (SPA) for users to divide bills among friends and calculate the overall expense shared by all participants. This project acts as a basic demonstration of understanding of state management within React applications.

Live Deployment: https://pjf3av-eat-n-split.netlify.app/.

Key Features

  • Add shared expenses among friends on the friend list
  • Keep track of who owes whom
  • Add new friends to share expenses with
  • Use of Pravatar for random placeholder avatar images

Development Technologies

  • React
  • useState

Getting Started

To clone and deploy this project locally, follow these simple steps.

Prerequisites

First, make sure you have the latest version of npm:

npm install npm@latest -g

Installation

  1. Clone this repo
git clone https://github.com/pjf3av/eat-n-split.git
  1. Install NPM packages
npm i
  1. Start server
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published