This was created using the test cases from the interview question's github repo. Please email me at [email protected] if you have any questions.
The project was created with Next.Js and deployed via Vercel at the following URL: https://pronvest-interview.vercel.app/
To run the project locally, make sure you have the latest version of NodeJS installed, and run the following commands from within the cloned repository. The local app is available at localhost:3000.
npm run i
npm run dev