Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 1.23 KB

README.md

File metadata and controls

62 lines (34 loc) · 1.23 KB

Finance demo

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.

Demonstration - click image for live demo

cmptrshr

Tech Stack

Client: React

Server: Node

Run Locally

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

Appendix

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

License

MIT

Authors and Acknowledgement