Expense Tracker Frontend
A Vue.js frontend application for managing personal finances.
Features:
- User Authentication:
- Secure login and signup
- Session management
- Expense Tracking:
- Add, edit, and delete expenses
- Categorize expenses
- View detailed expense history
Getting Started:
- Clone the Repository:
git clone https://github.com/KingWndr15/expense-tracker-frontend.git
- Install Dependencies:
cd expense-tracker-frontend npm install
- Start the Development Server:
npm run dev
Build for Production:
npm run build
Technology Stack:
- Vue.js: A progressive JavaScript framework for building user interfaces.
- Vite: A fast and modern frontend build tool.
- Vue Router: For routing and navigation.
- Vuex: For state management.
- Axios: For making HTTP requests to the backend API.
Contributing:
We welcome contributions to this project. Please feel free to fork the repository and submit pull requests.