This is a submission for the GitHub Finish-Up-A-Thon Challenge
I finally completed a project that had been sitting unfinished for months.
AutoFlow is a stock market automation platform built with React, Node.js, MongoDB, and n8n. It includes paper trading, portfolio tracking, stock sentiment monitoring, crypto alerts, and workflow automation through a clean and simple interface.
Live Demo:
https://sharemarket-n8n.vercel.app GitHub Repository:
https://github.com/sahilmane69/sharemarket_n8n I wanted to build an automation platform for myself and learn how workflow systems like n8n work behind the scenes. Using stock market APIs, I created a tool for market tracking, alerts, and workflow automation. For this challenge, I focused on fixing backend issues, improving workflow management, and successfully deploying the project.
GitHub Copilot helped me move faster by assisting with debugging, code suggestions, refactoring, and solving integration issues between the frontend and backend. It was especially useful when working through deployment and backend configuration problems.
Finishing this project reminded me that shipping a complete project is far more valuable than leaving it stuck in the "almost finished" stage.