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
.
- Clone the repository
git clone https://github.com/danpiths/dink.git
- Open a terminal in the cloned folder
- Install required packages
npm install
- Set the environment variables from Firebase (create a new app in Firebase and you’ll have these credentials)
- Run the app
npm run dev
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository
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.