Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.51 KB

FinGraph

Deployed Link

Project Description

  • It is a full-stack web application with authentication that makes it easy and quick for a person to manage their income and expenses.
  • I built this app using MERN Stack and libraries like Chart.js for visualizing data and React Toastify library for notifications.
  • I implemented the backend by adding different routes, controllers and models using NodeJS and MongoDB and facilitated authentication using JWT and Bcrypt.

Project Structure

  • Frontend

    • Tech Stack

      • React Styled Components
      • Chart.js
  • Backend

    • Tech Stack

      • NodeJS
      • MongoDB Atlas
      • JWT Authentication
      • Bcrypt for password hashing

Screenshots

  • Register Page image

  • Login Page image

  • Dashboard image

  • Add Income Page image

  • Add Expense Page image