# MIT Africa Business Challenge Website
This is the official website for the MIT Africa Business Challenge, an initiative dedicated to fostering entrepreneurship and innovation across the African continent.
## About the Project
The MIT Africa Business Challenge welcomes innovators from all backgrounds and nationalities who are passionate about creating solutions to address Africa's unique challenges and opportunities. The competition brings together entrepreneurs, mentors, and investors to catalyze innovation and impact in Africa.
## Tech Stack
- **Framework**: Next.js
- **Styling**: Tailwind CSS
- **Animations**: Framer Motion
- **Deployment**: Vercel (recommended)
## Getting Started
### Prerequisites
- Node.js 16.8.0 or later
- npm or yarn
### Installation
1. Clone the repository
```bash
git clone
github.com
```
2. Install dependencies
```bash
npm install
# or
yarn install
```
3. Run the development server
```bash
npm run dev
# or
yarn dev
```
4. Open
localhost in your browser
## Project Structure
- `/public` - Static assets
- `/src` - Application source code
- `/components` - Reusable components
- `/pages` - Page components and routes
- `/styles` - Global styles
## Features
- Responsive design for all devices
- Interactive UI elements with animations
- Information about the competition, resources, and application process
- Contact form for inquiries
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contact
For questions or feedback about the website, please contact info@africabusinesschallenge.mit.edu.
# MIT Africa Business Challenge Website: MVP Evolution Roadmap
## Project Overview
This project aims to create a comprehensive web platform for the MIT Africa Business Challenge, evolving from a basic informational site to an advanced AI-powere …