Skip to content

This project is a frontend application built with React to create a website for managing and reporting debts and credits.

Notifications You must be signed in to change notification settings

PedroVidalDev/paydd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paydd

Description

This project is a frontend application built with React to create a website for managing and reporting debts and credits. The application allows users to input, edit, and view data related to their financial transactions, with all data being persisted in the browser's local storage for simplicity and offline capability.

Features

  1. Add, edit, and delete debt and credit entries.
  2. View a summary report of total debts, credits, and the balance.
  3. Search and filter transactions by category or description.
  4. Responsive design for accessibility on different devices.

Technologies Used

  • React: Frontend library for building the user interface.
  • JavaScript (ES6+): For application logic.
  • CSS: Styling the user interface.
  • Local Storage: Browser storage for persisting data.
  • React Hooks: For state management and component lifecycle.

How to Run the Project

Prerequisites

  1. Node.js and npm installed on your system.

Installation Steps

  1. Clone the repository
  2. Navigate to the project directory
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start
  5. Open the application in your browser at:
    http://localhost:3000
    

About

This project is a frontend application built with React to create a website for managing and reporting debts and credits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published