This repository contains the source code for the official website of Microsoft Learn Student Ambassadors (MLSA) at UET Peshawar. The project is built using modern frontend technologies and follows a modular structure to ensure scalability and maintainability.
- Authentication: Login and registration system to manage user access.
- Responsive Design: Fully responsive layout optimized for mobile and desktop devices.
- Dynamic Components: Modular and reusable UI components like Navbar, Footer, and Buttons.
- TailwindCSS Integration: Styled with modern utility-first CSS for fast and clean design.
- Program Highlights: Dedicated sections for "Our Program," "Team," and "Blogs."
- Framework: React (with Vite for faster development)
- Styling: TailwindCSS
- Configuration: ESLint and PostCSS for code linting and CSS processing
- State Management: React Hooks
To set up the project locally, follow these steps:
- Node.js and npm/yarn installed on your machine.
- Clone the repository:
git clone https://github.com/your-repo/mlsa-uetp-website.git cd mlsa-uetp-website
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open the website in your browser:
http://localhost:5173
- We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
- Commit your changes and push the branch:
git commit -m "Description of feature" git push origin feature-name
- Open a pull request.
Awais Saddiqui |
Fiza Nihar |
- This project is licensed under the MIT License.