A simple full‑stack app with two features:
- Codeforces Rank Progress Predictor: fetches a user’s rating history and predicts when they may reach a target rating, plus a timeline chart.
- House Price Predictor: estimates house price from a few inputs and selected amenities.
- Server: Python, Flask, scikit‑learn, requests, Flask‑CORS, python‑dotenv
- Client: React (Vite + TypeScript), Tailwind CSS, axios, chart.js (via react‑chartjs‑2)
- Server:
python app.py - Client:
npm run dev,npm run build
MIT (or your preferred license).