Skip to content

Haseeb-WebDeveloper/Gitignore-Generator-Free-Tool-Website

Repository files navigation

Gitignore Generator

A modern web application that helps developers generate .gitignore files for their projects with ease. Built with Next.js 14 and Tailwind CSS.

Gitignore Generator Screenshot

Features

  • 🚀 Generate .gitignore files instantly
  • 🎨 Clean and modern UI
  • 🌓 Dark/Light mode support
  • 📱 Fully responsive design
  • ⚡ Fast and lightweight
  • 🔍 Search and select multiple languages/frameworks

Tech Stack

Getting Started

  1. Clone the repository:
git clone https://github.com/Haseeb-WebDeveloper/gitignore-generator.git
cd gitignore-generator
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

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

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.

Author

Acknowledgments

About

A simple tool to generate `.gitignore` files for various programming languages and frameworks with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages