Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 732 Bytes

Dashboard Application

This application is designed to allow a user to view their budget items, calendar events, and reminders on a per-day basis.

Source Code: https://github.com/johnrobertmcc/dashboard-web

Setup

To run locally, also download server repo and run both projects parallel.

Tech Stack

  • All data is stored in MongoDB
  • Data is accessed using React as a UI tool and Redux as a state management.
  • Component library built by author @johnrobertmcc also used for sharing data between web and mobile applications.

Planned Updates

Eventually I would like to implement Web3 authentication either as NFT or as a MetaMask extension. This would include the use of smart contracts to sign budget transactions.