Budget tracker app focused on delivering a simple visualization-heavy experience to users newer to managing their own expenses and the financial space.
First, clone the respository.
git clone https://github.com/anyuan-chen/perdiem.gitNext, enter the respository folder and install required packages. Make sure you have a version of Node.js 12+.
cd perdiem
npm iAfter all dependencies have finished installing, start the development server.
npm run devOpen http://localhost:3000 with your browser to see the result.
API routes can be accessed on http://localhost:3000/api/. Internal API calls are used by the frontend, but the application can be used as a backend for other frontends that may want to make use of the API as well.
Deployed using Vercel and Domain.com