https://github.com/sugam-arora/tanktimecapsule
Tank Time Capsule 🦈 is a powerful analytics platform for Shark Tank India, offering real-time insights, AI-driven predictions, and in-depth analysis of deals, investors, and startups. With interactive dashboards, a comprehensive deal database, and ML-powered investment forecasts, it helps users track and analyze investment trends effectively.
https://github.com/sugam-arora/tanktimecapsule
Last synced: 3 months ago
JSON representation
Tank Time Capsule 🦈 is a powerful analytics platform for Shark Tank India, offering real-time insights, AI-driven predictions, and in-depth analysis of deals, investors, and startups. With interactive dashboards, a comprehensive deal database, and ML-powered investment forecasts, it helps users track and analyze investment trends effectively.
- Host: GitHub
- URL: https://github.com/sugam-arora/tanktimecapsule
- Owner: SUGAM-ARORA
- Created: 2025-01-18T13:24:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T07:59:28.000Z (3 months ago)
- Last Synced: 2025-02-23T08:23:59.762Z (3 months ago)
- Language: TypeScript
- Homepage: https://tank-time-capsule.vercel.app
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 🦈 Tank Time Capsule
A comprehensive analytics platform for Shark Tank India, providing insights, predictions, and analysis of deals, sharks, and startups.

## 🚀 Features
- **Real-time Analytics Dashboard**: Track deals, investments, and success rates
- **ML-Powered Predictions**: Get AI-driven insights on potential deal outcomes
- **Shark Profiles**: Detailed analysis of each shark's investment strategy
- **Deal Database**: Comprehensive collection of all Shark Tank India deals
- **Premium Features**: Advanced analytics and personalized insights for registered users
- **Dark/Light Mode**: Customizable UI theme for better user experience## 🛠️ Tech Stack
- **Frontend**: React + TypeScript
- **Styling**: Tailwind CSS
- **State Management**: Zustand
- **Database**: Supabase
- **Authentication**: Supabase Auth
- **Icons**: Lucide React
- **Charts**: Recharts## 🏃♂️ Getting Started
1. Clone the repository
2. Install dependencies:
```bash
npm install
```
3. Set up environment variables:
- Create a `.env` file based on `.env.example`
- Add your Supabase credentials4. Start the development server:
```bash
npm run dev
```## 🔑 Environment Variables
```env
VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
```## 📚 Documentation
- [Contributing Guide](CONTRIBUTING.md)
- [Feature Roadmap](FEATURES.md)
- [API Documentation](docs/API.md)## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🤝 Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
## 🙏 Acknowledgments
- Shark Tank India for inspiration
- All contributors who have helped shape this project
- The open-source community for the amazing tools