/zeal-wallet

Zeal Wallet frontend side

Primary LanguageTypeScript

Zeal Wallet

Overview

Zeal Wallet is a personal wallet and budgeting application built with NextJS and TypeScript. It allows users to track their expenses, manage budgets, and gain insights into their financial habits.

Features

  • Expense tracking
  • Budget creation and management
  • Financial insights and reports
  • User authentication
  • Responsive design for mobile and desktop

Technologies Used

Getting Started

Prerequisites

  • Node.js (version 14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/ridzeal/zeal-wallet.git
  2. Navigate to the project directory:

    cd zeal-wallet
  3. Install dependencies:

    npm install

    or

    yarn install
  4. Create a .env.local file in the root directory and add any necessary environment variables.

Running the Development Server

npm run dev

or

yarn dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

zeal-wallet/
├── components/
├── app/
├── public/
├── .gitignore
├── next.config.mjs
├── package.json
├── README.md
├── tailwind.config.ta
└── tsconfig.json

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.