This project was setup using Next.js. The project helps in tracking your daily expenses and manage them accordingly via features allowing you to add Categories to for managing expenses and provides data in visual manner to track them without much hassle.
Here is the link to checkout the live demo.
- Add and remove your Income.
- Add and remove your Expenses.
- Categorize your Expenses into specific custom made Categories.
- Keep track of all entities and when they were added.
- Get stats for your Expenses.
- Node.js and npm (Node Package Manager) installed
-
Clone the repository:
git clone https://github.com/bloodmonk7/expense-tracker.git cd expense-tracker
-
Install dependencies by running the following command:
npm i
-
Start the development server:
npm run dev
-
You can check the deployment on localhost:
http://localhost:300x
- Next.js
- TailwindCSS
- Firebase
- Firebase-Auth