A tracker app that tracks your expenses and incomes and give the current balance amount . The app is built with ReactJs.
-
ReactJs
-
Tailwindcss
Step-by-step instructions to set up the project locally:
-
Clone the repository:
git clone https://github.com/Roshan-Metrix/Expenses_Tracker.git
-
Navigate to the project directory:
cd expenses_tracker
Either install locally or run in a container
-
Locally:
-
Install dependencies
npm install
-
Run App
npm start dev
-
Docker:
-
Build and run the container
docker-compose up --build
-- Access the app
Open your browser and go to
http://localhost:5173
This project is licensed under the MIT License.