Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 2.27 KB

README.md

File metadata and controls

58 lines (34 loc) · 2.27 KB

Dink

This app helps me and my friends keep track of our milk and dinner expenses that is to split among each of us. We can enter when we bought milk and if we bought anything extra with it and also record the days we had dinner at our regular place so that we know how much is required to paid at the end of the month. Not styled for desktop, only styled for mobile views.

Firebase is used under the hood for all the backend functions and also integrated with Google Signin for Authentication.

TailwindCSS is used for styling.

This is a Next.js project bootstrapped with create-next-app.

Visit Website

1

2

3

4

5

Run Locally

  1. Clone the repository
git clone https://github.com/danpiths/dink.git
  1. Open a terminal in the cloned folder
  2. Install required packages
npm install
  1. Set the environment variables from Firebase (create a new app in Firebase and you’ll have these credentials)
  2. Run the app
npm run dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository

Website is deployed on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out Next.js deployment documentation for more details.