Skip to content

coderboy2373/open-source-world

Β 
Β 

Open Source World (OSW) 🌍

Open Source World Banner

Connecting developers worldwide through open source collaboration

A modern, responsive landing page for Open Source World, built with React.js, TypeScript, Tailwind CSS, and Framer Motion. This project showcases our global community initiative and the Open Source Kashmir (OSK) regional branch.

React TypeScript Tailwind CSS Framer Motion Hacktoberfest Contributing License: MIT

✨ Features

  • 🎨 Modern Design: Clean, minimal, and attractive UI/UX with smooth animations
  • πŸ“± Responsive Layout: Mobile-first design that works perfectly on all devices
  • ⚑ Interactive Components: Smooth scrolling navigation, hover effects, and micro-animations
  • πŸ“ Contact Form: Functional contact form with real-time validation
  • πŸ‘₯ Team Showcase: Dynamic team member cards with social links
  • 🌏 Global & Local Focus: Information about OSW and Open Source Kashmir (OSK)
  • πŸ”— Social Integration: Links to GitHub, LinkedIn, Twitter, and YouTube
  • πŸ“§ Newsletter: Stay updated with the latest community news
  • β™Ώ Accessible: Built with accessibility best practices

πŸ› οΈ Tech Stack

  • Frontend: React 19.1.1 with TypeScript 4.9.5
  • Styling: Tailwind CSS 3.4.17 with custom design system
  • Animations: Framer Motion 12.23.12
  • Icons: React Icons 5.5.0
  • Build Tool: Create React App with PostCSS
  • Development: ESLint, Prettier, VS Code integration

πŸš€ Quick Start

Prerequisites

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

Installation

  1. Clone the repository

    git clone https://github.com/theopensourceworld/open-source-world.git
    cd open-source-world
  2. Install dependencies

    npm install
  3. Start development server

    npm start

    Open http://localhost:3000 to view it in the browser.

  4. Build for production

    npm run build

πŸ“ Project Structure

src/
β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ sections/
β”‚   β”‚   β”œβ”€β”€ HeroSection.tsx      # Landing hero with animations
β”‚   β”‚   β”œβ”€β”€ AboutSection.tsx     # OSW & OSK information
β”‚   β”‚   β”œβ”€β”€ TeamSection.tsx      # Team member showcase
β”‚   β”‚   β”œβ”€β”€ ContactSection.tsx   # Contact form & info
β”‚   β”‚   └── CTABanner.tsx        # Call-to-action banner
β”‚   β”œβ”€β”€ Navigation.tsx           # Responsive navigation
β”‚   └── Footer.tsx              # Footer with links & newsletter
β”œβ”€β”€ utils/
β”‚   └── animations.ts           # Framer Motion variants
β”œβ”€β”€ types/
β”‚   └── react-icons.d.ts        # TypeScript declarations
β”œβ”€β”€ App.tsx                     # Main app component
β”œβ”€β”€ index.tsx                   # App entry point
└── index.css                   # Global styles & Tailwind

🎨 Design System

Color Palette

  • Primary: Green tones (#22c55e to #16a34a) - representing growth and nature
  • Secondary: Slate tones (#0f172a to #f8fafc) - professional and modern
  • Accents: White, gradients, and transparency effects

Typography

  • Font Family: Inter (Google Fonts)
  • Weights: 100-900 (variable font)
  • Hierarchy: Clear heading and body text scales

Components

  • Buttons: Primary, secondary, and ghost variants
  • Cards: Elevated with hover effects
  • Forms: Clean inputs with validation states
  • Navigation: Responsive with smooth scrolling

🎭 Animations

  • Page Transitions: Smooth fade-ins and slide-ups
  • Hover Effects: Scale, shadow, and color transitions
  • Loading States: Spinner and progress indicators
  • Scroll Animations: Elements animate into view
  • Micro-interactions: Button presses and form feedback

πŸ”§ Customization

Tailwind Configuration

Customize colors, fonts, and animations in tailwind.config.js:

theme: {
  extend: {
    colors: {
      primary: { /* Your custom colors */ },
      secondary: { /* Your custom colors */ }
    },
    fontFamily: {
      'sans': ['Inter', 'system-ui', 'sans-serif']
    }
  }
}

Content Updates

  • Team Members: Edit TeamSection.tsx
  • Contact Info: Update ContactSection.tsx
  • Social Links: Modify throughout components
  • Branding: Update logos and colors

πŸ› οΈ Development

VS Code Setup

  1. Install Tailwind CSS IntelliSense extension
  2. Copy VS Code settings (optional):
    cp .vscode/settings.json.example .vscode/settings.json
    cp .vscode/css_custom_data.json.example .vscode/css_custom_data.json

Available Scripts

  • npm start - Runs the app in development mode
  • npm run build - Builds the app for production
  • npm test - Launches the test runner
  • npm run eject - Ejects from Create React App

Code Quality

  • ESLint: Configured for React and TypeScript
  • Prettier: Code formatting (if configured)
  • TypeScript: Strict type checking enabled
  • Accessibility: ARIA labels and semantic HTML

🌍 About Open Source World

Open Source World (OSW) is a global initiative connecting developers, designers, and tech enthusiasts through open source collaboration. Our mission is to democratize technology education and create sustainable opportunities for developers worldwide.

Open Source Kashmir (OSK)

Our regional branch focused on nurturing open source talent and creating opportunities in the Kashmir valley and surrounding regions.

🀝 Contributing

We welcome contributions β€” please read CONTRIBUTING.md for our contribution guidelines, branch naming, PR checklist, and how to request hacktoberfest-accepted labeling.

Contribution Guidelines

  • Follow the existing code style
  • Add tests for new features
  • Update documentation as needed
  • Ensure accessibility standards
  • Test on multiple devices/browsers

πŸ“ž Contact & Community

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments


Open Source World - Building the future of technology together, one commit at a time. 🌍✨

Made with ❀️ by developers, for developers

About

Official website of OSW. #hacktoberfest2025

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.3%
  • CSS 7.6%
  • HTML 1.6%
  • JavaScript 1.1%
  • Python 0.4%