An open API service indexing awesome lists of open source software.

https://github.com/dhirajaryaa/coinx


https://github.com/dhirajaryaa/coinx

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Coin X Money Management Tools

Welcome to Coin X, a comprehensive money management tool built using the MERN stack (MongoDB, Express.js, React, Node.js). This application helps you track your expenses, manage your budget, and gain insights into your financial habits.

## Features

- **Expense Tracking**: Easily record and categorize your expenses.
- **Budget Management**: Set and monitor your budget to ensure you stay on track.
- **Financial Insights**: Visualize your spending patterns with charts and graphs.
- **User Authentication**: Secure login and registration system.
- **Responsive Design**: Accessible on both desktop and mobile devices.

## Installation

To get started with Coin X, follow these steps:

1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/coinx.git
cd coinx
```

2. **Install dependencies**:
```bash
npm install
cd client
npm install
cd ..
```

3. **Set up environment variables**:
Create a `.env` file in the root directory and add the following:
```
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_secret_key
```

4. **Run the application**:
```bash
npm run dev
```

## Usage

Once the application is running, you can access it at `http://localhost:3000`. Register for an account or log in to start managing your finances.

## Contributing

We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) for more details.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Contact

If you have any questions or feedback, please reach out to us at [email protected].

Happy budgeting with Coin X!