Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.69 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.69 KB

Budgetster Frontend

About

Personal finance planner. Frontend with React + Typescript. Mobile with React Native + Typescript. Backend with Node.js + Express + Typescript can be found here.

Prerequisites

Installing

  1. Clone the repo
git clone https://github.com/jacoblurie29/budgetster-backend
  1. Install NPM packages
npm install
  1. Run the application
npm run dev

Visual Plan (figma):

LandingPage

Dashboard

CategoryPage

Login

Register

Built With