A modern web platform built with SvelteKit for students providing mentorship services. Features a sleek UI, form handling with superforms, and automated email notifications.
-
Modern Design System
- Custom Tailwind components
- Animated transitions and micro-interactions
- Responsive layout for all devices
- Yellow-themed professional color palette
-
Interactive Components
- Dynamic form validation
- Animated navigation
- Custom carousel implementation
- Toast notifications
- Frontend: SvelteKit 5.0
- Styling: TailwindCSS
- Animations: Svelte Motion
- Form Handling: Superforms + Zod
- Email: Nodemailer
- Icons: Lucide Icons
- Clone and Install
git clone https://github.com/yourusername/rising-stars-mentorship.git
cd rising-stars-mentorship
npm install
- Environment Setup
# Create .env file
cp .env.example .env
# Add your email credentials
SMTP_HOST=your-smtp-host
SMTP_PORT=587
SMTP_USER=your-email
SMTP_PASS=your-password
- Development
# Start development server
npm run dev
# Open in browser
npm run dev -- --open
- Building
# Create production build
npm run build
# Preview production build
npm run preview
:root {
--primary: #fdb833;
--primary-soft: #fdc43f;
--secondary: #ffda3d;
--secondary-soft: #ffe94e;
--pop: #fff75e;
--bg: #FAF8DB;
}
Integrated email system using Nodemailer for automatic notification handling.
rising-stars-mentorship/
├── src/
│ ├── routes/ # SvelteKit routes
│ ├── lib/ # Shared components
│ │ ├── components/ # Reusable UI components
│ │ ├── server/ # Server-side utilities
│ │ └── schemas/ # Zod validation schemas
│ └── app.css # Global styles
├── static/ # Static assets
└── tests/ # Unit tests
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Me
Made with ❤️ by Carabelli