Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 617 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 617 Bytes

Hi there!

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.

Installation

Use npm i to install the dependencies and have fun!

npm i 

Usage

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

Contributing

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.