Skip to content

Building a financial tracker personal website to learn fullstack web development and how to use the MERN toolkit!

Notifications You must be signed in to change notification settings

adahe8/financial-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Practice Financial Tracker: Learn the MERN

This is a financial tracker website built using MongoDB for database storage, and the Express, React, and NodeJS packages - technologies that I was brand new to initially. The "Create Purchase" page is used to log purchases that I make, and the "View Purchase" page displays cards of the purchases that I have logged, making it easier for me to track my spending.

Under Development:

Currently, I'm working on adding a delete button to the View Purchases section to allow users to remove older purchases or accidental repeats. It'd be helpful to have edit functionality too, so I will add that next.

To use:

Fork this repository into VSCode, and rename the .env.example file to .env. Once you have done this, choose a number to set the PORT variable equal to in .env - this is the port the website will run on. Common port numbers used are 3000, 5000, 8000. If you have another page running on a certain port number, do not reuse it - pick anew one.

About

Building a financial tracker personal website to learn fullstack web development and how to use the MERN toolkit!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • CSS 20.8%
  • HTML 3.1%