This project is a submission for the KrackHack 2024 hackathon by Akshat Jha and Harsh Vardhan Sharma.
A web app aiding novice investors and students in making informed stock selections for optimal investment.
The user is displayed stocks he/she should invest in based on a questionnaire filled out by the user about his financial situation (income level, risk tolerance etc.).
First, install dependencies:
npm i
Secondly, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 (or the one it shows in your terminal window if port 3000 is occupied) with your browser to see the result.