Skip to content

Repository files navigation

GoldFishHere’s a complete README.md for your Young Founders Next.js project. It includes an overview, features, tech stack, folder structure, setup and running instructions, and contribution guidelines.


# 🧠 Young Founders – Empowering Student Entrepreneurs

Young Founders is a modern, dynamic, and AI-assisted web platform built to support student entrepreneurs and early-stage startup enthusiasts. This platform features startup internships, curated events, podcasts from founders, and even an AI Co-Founder tool to guide budding innovators.

---

## 🚀 Features

- 🎯 Internship Listings from Emerging Startups
- 📅 Events Section with Active & Upcoming Programs
- 🎧 Podcast Hub: "Voices of Young Founders"
- 🤖 AI Co-Founder Tool to assist startup ideation
- 👥 About Page with team and mission
- 🔥 Responsive, Fast, and Clean UI (Mobile-first)

---

## 🛠 Tech Stack

- **Framework:** [Next.js](https://nextjs.org/)
- **Styling:** [Tailwind CSS](https://tailwindcss.com/) + DaisyUI
- **Icons & Illustrations:** [Lucide](https://lucide.dev/), Flat Illustrations (via Figma or open source)
- **Language:** JavaScript (no TypeScript)
- **Deployment:** [Vercel](https://vercel.com/)

---

## 📁 Folder Structure

young-founders/ ├── components/ # Reusable UI components ├── pages/ # Next.js pages (App Router) ├── public/ # Static assets (images, icons) ├── styles/ # Global Tailwind CSS setup ├── .gitignore ├── README.md ├── tailwind.config.js ├── postcss.config.js ├── next.config.js └── package.json


---

## 🧰 Getting Started

### 1. Clone the repository

```bash
git clone https://github.com/your-username/young-founders.git
cd young-founders

2. Install dependencies

npm install
# or
yarn install

3. Run the development server

npm run dev
# or
yarn dev

Visit http://localhost:3000 to view the site in your browser.


🌐 Environment Variables

Create a .env.local file at the root and add your custom environment variables (if using API services or AI endpoints):

# Example
NEXT_PUBLIC_API_URL=https://api.youngfounders.in

🧪 Build for Production

npm run build
npm start

🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.

  1. Fork the repo
  2. Create your feature branch: git checkout -b feature-name
  3. Commit your changes: git commit -m 'Add feature'
  4. Push to the branch: git push origin feature-name
  5. Open a pull request

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages