Originally created as a challenge for a job interview. It has since been slightly refactored and improved. I've split up some of the main components into their own respective files and removed some of the bootstrap dependencies. A build is now launched on Vercel to show the progress.
Client: React
Server: Node
Clone the project
git clone https://github.com/bruceyboy86/finance-demo.git
Go to the project directory
cd finance-demo
Install dependencies
npm install
Start the server
npm start
Create react app - https://create-react-app.dev/
Data fetching quickstart - https://reactjs.org/docs/hooks-faq.html#how-can-i-do-data-fetching-with-hooks
Axios http client - https://www.npmjs.com/package/axios
- @bruceyboy86 for development and design.