Wealthit is a website application designed encourage folks to track wealth in the early stages of wealth building.
Wealthit uses React frontend and Nodejs and SQL on the backend while using ..... for its databse...
- Users can sign-up and sign-in to access account
- Users can add and modify assets
- Users can add and modify liabilites
- Users can calculate and save networth
- Use of Context to pass users account data
- Accessible navigation using keyboard
- Fork this repository.
- This will make a copy of the source code onto your github
Clone your forked repository by using the command
git clone
Install node by using this command npm install
Run project on your local machine with this commandnpm start