Create a SPA using react that on entering company ticker gives data
Used MERN Stack. MongoDB serves as database to store all latest company stock prices as and when requested. NodeJS and ExpressJS work as backend to implement API calls to get data and store it in the database. ReactJS is used for a simple front-end implementation.
To run, use 2 terminals, npm start for the repo and inside backend npm run dev