A modern web application that helps developers generate .gitignore
files for their projects with ease. Built with Next.js 14 and Tailwind CSS.
- 🚀 Generate
.gitignore
files instantly - 🎨 Clean and modern UI
- 🌓 Dark/Light mode support
- 📱 Fully responsive design
- ⚡ Fast and lightweight
- 🔍 Search and select multiple languages/frameworks
- Next.js 14 - React Framework
- Tailwind CSS - CSS Framework
- Shadcn/ui - UI Components
- TypeScript - Type Safety
- Lucide Icons - Icons
- Clone the repository:
git clone https://github.com/Haseeb-WebDeveloper/gitignore-generator.git
cd gitignore-generator
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
src/
├── app/
│ ├── api/ # API routes
│ ├── layout.tsx # Root layout
│ └── page.tsx # Home page
├── components/ # React components
│ ├── ui/ # Reusable UI components
│ ├── navbar.tsx # Navigation bar
│ └── footer.tsx # Footer component
└── lib/ # Utility functions
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Haseeb Ahmed Raza Khan
- GitHub: @Haseeb-WebDeveloper
- Gitignore.io - Inspiration
- Shadcn/ui - UI Components