Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.55 KB

File metadata and controls

34 lines (22 loc) · 1.55 KB

🌐 ACM @ OKState Website Redesign

📖 Overview

This project is a complete redesign and rebuild of the Oklahoma State University ACM chapter website. I developed it using Next.js (React framework) with Tailwind CSS for styling and deployed using GitHub Pages (via GitHub Actions).

The goal of this project was to create a modern, responsive, and maintainable web application that showcases ACM’s events, officers, and resources while providing a smooth user experience across desktop and mobile.

ℹ️ Originally forked from the official OKStateACM.github.io repository.


🌟 Live Demo


🔨 Tech Stack

  • Frontend: Next.js (React), Tailwind CSS
  • Deployment: GitHub Actions → GitHub Pages
  • Version Control: Git, GitHub

🚀 Key Features

  • Responsive design optimized for desktop and mobile
  • Modular reusable components (Accordion, Officer Cards, Under Construction banners, etc.)
  • Organized file structure for scalability and maintainability
  • Support for event pages (Hackathons, Calendar, FAQ)
  • Automated deployment pipeline with GitHub Actions