This repo contains the frontend and backend for the Expense Manager application. This application is meant to be a simple app split between a frontend and backend. The frontend is a simple web application that allows users to manage their expenses. The backend is a simple API that provides the necessary endpoints to interact with the frontend.
The frontend for this app is not yet coded, and it is the purpose of this assignment. Checkout the README here for more information.
The backend for this application is already coded. Checkout the README here for more information.
To get started, you will need to run the backend first. Instructions are provided in the backend README. Once the backend is running, you can use swagger or postman to interact with the API.
We do not have any restrictions on using AI tools (e.g. Copilot, etc...) during the development of this application. You are free to use any tools that you see fit to help you complete the assignment. We will evaluate your submission based on the quality of the code and the features implemented.