A comprehensive landing page for the loan automation platform built for AI500 Hackathon Stage 1.
- Hero Section: Clear value proposition and key benefits
- Problem & Solution: Detailed problem statement and solution overview
- How It Works: End-to-end workflow visualization
- Roadmap: 4-phase plan from idea to launch
- Execution Plan: Technical stack and step-by-step implementation
- Team: Team member profiles and expertise
- Why Our Team: Reasons why the team can solve this problem
- Call to Action: Next steps and contact information
- React 18 with TypeScript
- Vite for fast development and building
- Tailwind CSS for styling
- Framer Motion for animations
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Build for production:
npm run build
-
Preview production build:
npm run preview
Edit src/components/Team.tsx and replace placeholder team member data with actual information:
- Names and roles
- Skills and AI tools
- GitHub, LinkedIn, and portfolio links
Edit src/components/CallToAction.tsx to update:
- Email addresses
- Social media links
- Technical blueprint download link
Edit src/components/ExecutionPlan.tsx to customize:
- Technical stack
- Implementation phases
- Specific technologies used
- Push to GitHub
- Import project in Vercel
- Deploy automatically
- Push to GitHub
- Connect repository in Netlify
- Build command:
npm run build - Publish directory:
dist
- Build the project:
npm run build - Follow GitHub Pages deployment guide for Vite projects
web-for-hack/
├── src/
│ ├── components/
│ │ ├── Navbar.tsx
│ │ ├── Hero.tsx
│ │ ├── ProblemSolution.tsx
│ │ ├── HowItWorks.tsx
│ │ ├── Roadmap.tsx
│ │ ├── ExecutionPlan.tsx
│ │ ├── Team.tsx
│ │ ├── WhyOurTeam.tsx
│ │ └── CallToAction.tsx
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css
├── index.html
├── package.json
├── vite.config.ts
└── tailwind.config.js
Built for AI500 Hackathon