Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.38 KB

File metadata and controls

35 lines (23 loc) · 1.38 KB

EXPENSE TRACKER

  • Developer: Juan Rivera
  • Date: May 13, 2020

Expense Tracker, mern stack expense tracker


Overview

This is a full-stack MERN application built with React Hooks and Global Context to manage state. It is part of Traversy Media's Vanilla JavaScript projects that he later integrated with a backend. Check out that tutorial here..

Installation Steps

  1. Git clone with HTTPS to your local machine https://github.com/JuanCodeAtATime/MERN_expense_tracker.git.
  2. In root directory, run npm install in your terminal to install back-end dependencies.
  3. Then, cd client and run npm install to install front-end dependencies.
  4. Go back to root directory by running cd ...
  5. Lastly, run npm run dev to launch locally.

Built With

Future Updates

Making this a multi-user application by adding authentication would add more value to this app.

Check Out Deployed Site

Click here to visit deployed site!