Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.14 KB

CashTracker | Personal Finances Planner

This is a fullstack personal finance planner, developed using React and Node.js. The app aims to help users manage their finances by tracking income, expenses, and budgeting in an intuitive and user-friendly interface. The project is currently under development and structuring, with plans to integrate features like financial goal setting and visual analytics. The goal is to provide a seamless experience for users looking to take control of their financial well-being.

Homepage (8)


Technologies

  • Typescript
  • React
  • Node.js
  • Express
  • MongoDB
  • Tailwind CSS
  • Vite

Current Main Features

  • Authentication with JWT
  • CRUD foundations to add, update and delete expenses, incomes, etc...
  • Private routing (ex: dashboard)

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.

After installing every dependency needed, you can start both client and server with these respective codes: npm start and npm run dev. Each one in their respective folder.