https://github.com/ndevu12/paiowebsite
Pan African Informatics Olympiad
https://github.com/ndevu12/paiowebsite
Last synced: about 1 month ago
JSON representation
Pan African Informatics Olympiad
- Host: GitHub
- URL: https://github.com/ndevu12/paiowebsite
- Owner: Ndevu12
- Created: 2025-04-11T17:25:16.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-11T20:51:46.000Z (about 1 month ago)
- Last Synced: 2025-04-14T23:46:21.123Z (about 1 month ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pan African Informatics Olympiad (PAIO) Website



Official website for the Pan African Informatics Olympiad (PAIO) 2025, a prestigious informatics competition that brings together talented young programmers from across the African continent.
## 📋 Table of Contents
- [Features](#-features)
- [Technologies Used](#-technologies-used)
- [Getting Started](#-getting-started)
- [Project Structure](#-project-structure)
- [Documentation](#-documentation)
- [Contributing](#-contributing)
- [License](#-license)## ✨ Features
- **Modern Design**: Fully responsive design with fluid animations powered by Framer Motion
- **Multi-language Support**: Support for different languages
- **Official Documents**: Access to competition regulations and documents in multiple languages
- **Competition Information**: Details about eligibility, team composition, and competition format
- **Key Dates**: Timeline of important dates related to the competition
- **Frequently Asked Questions**: Comprehensive FAQ section
- **Contact Information**: Multiple ways to get in touch with the organizers## 🛠 Technologies Used
- **Framework**: Next.js 15.2.0
- **Styling**: TailwindCSS 3.4.1
- **Animation**: Framer Motion
- **Icons**: Lucide React
- **UI Components**: Custom components and shadcn/ui
- **TypeScript**: For type safety and better development experience## 🚀 Getting Started
### Prerequisites
- Node.js 18.x or later
- npm, yarn, or bun package manager### Installation
1. Clone the repository:
```bash
git clone
cd PAIOWebsite
```2. Install dependencies:
```bash
npm install
# or
yarn install
# or
bun install
```3. Start the development server:
```bash
npm run dev
# or
yarn dev
# or
bun dev
```4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## 📂 Project Structure
```
PAIOWebsite/
├── src/ # Source files
│ ├── app/ # Next.js App Router
│ │ ├── regulations/ # Regulations page
│ │ ├── important-dates/# Important dates page
│ │ ├── sponsors/ # Sponsors page
│ │ ├── faqs/ # FAQs page
│ │ ├── contact/ # Contact page
│ │ ├── media/ # Media page
│ │ ├── visiting-south-africa/ # Visiting info page
│ │ ├── globals.css # Global styles
│ │ ├── layout.tsx # Root layout
│ │ └── page.tsx # Homepage
│ ├── components/ # Reusable components
│ │ ├── Footer.tsx # Footer component
│ │ ├── Navbar.tsx # Navigation component
│ │ ├── LanguageSelector.tsx # Language selector
│ │ └── ui/ # UI components
│ └── lib/ # Utility functions and libraries
│ └── utils.ts # Utility functions
├── public/ # Static assets
│ └── AOA.svg # African Olympiad Academy logo
├── build/ # Build output
├── next.config.js # Next.js configuration
├── tailwind.config.ts # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Project dependencies
```## 📚 Documentation
### Pages
- **Home**: Introduction to PAIO with key information and registration links
- **Regulations**: Official competition rules and guidelines
- **Important Dates**: Timeline of registration deadlines and competition dates
- **Sponsors**: Information about sponsors and supporting organizations
- **FAQs**: Answers to frequently asked questions about the competition
- **Contact**: Ways to get in touch with the organization team
- **Visiting South Africa**: Information for participants visiting South Africa
- **Media**: Press releases and news about the competition### Adding Content
#### Adding New Regulations Documents
1. Update the document links in `src/app/regulations/page.tsx`:
```jsx
Download```
#### Updating Important Dates
1. Modify the dates in `src/app/important-dates/page.tsx`:
```jsx
Sat, Sep 13
—
Contest Start
```
## 🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some 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 - see the LICENSE file for details.
---
Created and maintained by the Pan African Informatics Olympiad committee © 2025