This is a money counter web application. It uses next.js, tailwind, and mongoDB. Currently, it's just a calculator, but the rest of the application is under development.
Use npm i to install the dependencies and have fun!
npm i
You can use the live version at https://gig-econ.vercel.app/, or you can install it from the repository and run it locally with
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.