Git Product home page Git Product logo

cashflow's Introduction

CashFlow - Money tracking app

127 0 0 1_3000_dashboard (4)

Welcome to the CashFlow! A robust money tracking system built on the MongoDB, Express, React, and Node.js stack. It utilizes JWT stored in HTTP-Only cookies for secure user money tracking. The backend integrates joi validation to ensure data integrity. On the frontend, Formik and Yup streamline form validation, while Redux Toolkit manages state with efficiency. Redux Toolkit Query simplifies data fetching, and MaterialUI enhances the user interface.

Live preview: https://cashflow-11bk.onrender.com/dashboard

Features

  • Secure JWT authentication with HTTP-Only cookies
  • Backend validation using joi
  • Frontend form validation with Formik and Yup
  • State management with Redux Toolkit
  • Data fetching with Redux Toolkit Query
  • MaterialUI integration for polished and responsive designs
  • Password reset and e-mail verification
  • API limiters to limit repeated requests

Project Structure

The project is structured as follows:

├── client/               # Frontend React application
│   ├── src/              # Source code files
│   │   ├── assets/       # Assets folder
│   │   ├── components/   # Reusable React components
│   │   ├── screens/      # Different application pages
│   │   ├── store/        # API service and state functions
│   │   ├── utils/        # Helper functions
│   │   ├── ...
├── ...
├── server/               # backend server using Express
│   ├── config/           # Database config
│   ├── controllers/      # API controllers
│   ├── middleware/       # Middleware functions
│   ├── models/           # MongoDB models
│   ├── routes/           # API routes
│   ├── utils/            # Helper functions
│   ├── validators/       # Validation models
│   ├── ...

Getting Started

Clone the repository:

git clone https://github.com/DawidZyluk/CashFlow

Set up the backend:

  • Navigate to the server directory: cd server
  • Install dependencies: npm install
  • Start the server: npm run server

Set up the frontend:

  • Navigate to the client directory: cd client
  • Install dependencies: npm install
  • Start the app: npm run dev

Access the app:

  • Open your browser and visit http://localhost:3000

Contribution

Contributions are welcome! Feel free to enhance, expand, or fix issues in this project. Please fork the repository, create a new branch, commit your changes, and submit a pull request.

License

This project is licensed under the MIT License.

cashflow's People

Contributors

dawidzyluk avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.