Skip to content

lusdc/website

Repository files navigation

Software Development Club Website

React Vite Tailwind CSS

Overview

Official website for the Software Development Club, featuring modern web technologies and responsive design to showcase our community, events, and resources.

Tech Stack

  • Frontend Framework: React 18
  • Build Tool: Vite
  • Routing: React Router DOM
  • Styling: Tailwind CSS via PostCSS
  • Package Manager: npm/yarn

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

# Clone the repository
git clone <repository-url>

# Navigate to project directory
cd sdc-club-website

# Install dependencies
npm install

# Start development server
npm run dev

Build for Production

npm run build

Project Structure

src/
├── components/     # Reusable UI components
├── pages/         # Route components
├── styles/        # Global styles and Tailwind config
└── utils/         # Helper functions

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •