Akademix is a comprehensive web application designed to help students track, analyze, and share their educational journey. The platform provides powerful tools for assignment tracking, progress analytics, and community learning.
- Assignment Tracking: Monitor all your assignments and deadlines
- Progress Analytics: Visualize your learning progress
- Dark/Light Mode: Adaptive UI for comfortable viewing
- Responsive Design: Works seamlessly across devices
- Community Learning: Connect and share achievements
- HTML5
- Tailwind CSS
- Vanilla JavaScript
- Font Awesome Icons
- SVG Graphics
- Modern web browser
- Text editor (VS Code recommended)
- Basic understanding of HTML/CSS
- Clone the repository
git clone https://github.com/yourusername/akademix.git- Navigate to the project directory
cd akademix- Open
index.htmlin your preferred browser
The landing page is fully responsive and supports:
- Desktop view
- Tablet view
- Mobile view
- Dark and light mode
- Primary Color: #ff6b00 (Orange)
- Secondary Colors:
- Light Gray for backgrounds
- Dark Gray for text and elements
Supports automatic and manual theme switching:
- Respects system preferences
- Manual toggle with sun/moon icon
- Persistent theme selection via localStorage
Customize colors and themes in the <script> section:
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: {
light: '#ff7e29',
DEFAULT: '#ff6b00',
dark: '#e05e00',
},
},
},
},
}-
Navigation
- Responsive menu
- Theme toggle
- Mobile menu support
-
Hero Section
- Compelling headline
- Call-to-action buttons
- Student statistics display
-
Features Section
- Highlight key platform capabilities
- Icon-based feature representation
-
Footer
- Quick links
- Social media connections
- Copyright information
- Chrome
- Firefox
- Safari
- Edge
- Latest versions of mobile browsers
- None reported
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Your Name - youremail@example.com
Project Link: https://github.com/yourusername/akademix
- Tailwind CSS
- Font Awesome
- Open-source community