Skip to content

ritik-singh07/expense-tracker

Repository files navigation

Expense Tracker

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.

Table of Contents

Demo

Here is the link to checkout the live demo.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js and npm (Node Package Manager) installed

Installation

  1. Clone the repository:

    git clone https://github.com/bloodmonk7/expense-tracker.git
    cd expense-tracker
    
  2. Install dependencies by running the following command:

    npm i
    
  3. Start the development server:

    npm run dev
  4. You can check the deployment on localhost:

    http://localhost:300x

Technologies Used

  • Next.js
  • TailwindCSS
  • Firebase
  • Firebase-Auth