Developer: Juan RiveraDate: May 13, 2020
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..
- Git clone with HTTPS to your local machine
https://github.com/JuanCodeAtATime/MERN_expense_tracker.git. - In root directory, run
npm installin your terminal to install back-end dependencies. - Then,
cd clientand runnpm installto install front-end dependencies. - Go back to root directory by running
cd ... - Lastly, run
npm run devto launch locally.
- Programming Language: JavaScript
- Runtime Evironment/Sever: Node.js
- DBMS: Mongo DB
- Libraries: React.js,
- Authentication: Passport.js
Making this a multi-user application by adding authentication would add more value to this app.