Official website for the Software Development Club, featuring modern web technologies and responsive design to showcase our community, events, and resources.
- Frontend Framework: React 18
- Build Tool: Vite
- Routing: React Router DOM
- Styling: Tailwind CSS via PostCSS
- Package Manager: npm/yarn
- Node.js (v16 or higher)
- npm or yarn
# Clone the repository
git clone <repository-url>
# Navigate to project directory
cd sdc-club-website
# Install dependencies
npm install
# Start development server
npm run devnpm run buildsrc/
├── components/ # Reusable UI components
├── pages/ # Route components
├── styles/ # Global styles and Tailwind config
└── utils/ # Helper functions
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License.