Investara is a full-stack stock trading and investment platform designed for modern users to experience smooth and efficient market transactions. It offers real-time portfolio tracking, live stock data visualization, and user-friendly interfaces for managing watchlists, placing orders, and analyzing market trends.
- 🔐 User Authentication (Sign Up & Log In)
- 📊 Live Stock Data Visualization
- 🧺 Watchlist Management
- 🛒 Buy/Sell Functionality
- 💼 Portfolio Overview with Profit/Loss Calculation
- 🗃️ Order History
- 🌙 Dark Mode Support
- 📱 Responsive UI for all screen sizes
- React.js
- Tailwind CSS
- Chart.js (for stock visualizations)
- Axios
- Node.js with Express.js
- MongoDB & Mongoose
- JWT Authentication
- RESTful API design
Investara/
├── client/ # React frontend
├── dashboard/ # React dashboard UI
├── server/ # Node.js backend
│ ├── controllers/
│ ├── middlewares/
│ ├── model/
│ ├── routes/
│ ├── schemas/
│ ├── utils/
│ └── index.js
├── .env
├── package.json
└── README.md