A modern web application where users can place bets on other users' New Year's resolutions.
- Beautiful Home Page: Modern, responsive design with gradient accents
- Featured Resolutions: Browse and view active resolutions from other users
- Betting Interface: Place bets on resolutions (UI ready, backend integration needed)
- User Profiles: View user information and their resolutions
- Statistics: See total pot, number of bettors, and deadlines
Simply open index.html in your web browser. No build process or dependencies required.
betcha/
├── index.html # Main HTML structure
├── styles.css # All styling and responsive design
├── script.js # Interactive functionality and data
└── README.md # This file
- HTML5
- CSS3 (with CSS Variables and Grid/Flexbox)
- Vanilla JavaScript
- Google Fonts (Inter)
- User authentication
- Backend API integration
- Payment processing
- Real-time updates
- User dashboard
- Resolution detail pages
- Betting history
- Notifications
This is a demo project for educational purposes.