Imagify

Imagify Logo # ✨ Imagify - Transform Your Images Magically ✨ > 🎨 Where Creativity Meets Technology [![React](https://img.shields.io/badge/React-19.0.0-61DAFB?style=for-the-badge&logo=react&logoColor=white&labelColor=20232A)](https://reactjs.org/) [![Vite](https://img.shields.io/badge/Vite-6.2.0-646CFF?style=for-the-badge&logo=vite&logoColor=white&labelColor=20232A)](https://vitejs.dev/) [![TailwindCSS](https://img.shields.io/badge/TailwindCSS-4.0.15-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white&labelColor=20232A)](https://tailwindcss.com/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.0.0-3178C6?style=for-the-badge&logo=typescript&logoColor=white&labelColor=20232A)](https://www.typescriptlang.org/)

FeaturesInstallationUsageContributing

[![GitHub stars](https://img.shields.io/github/stars/singh04ayush/imagify?style=social)](https://github.com/singh04ayush/imagify/stargazers) [![GitHub forks](https://img.shields.io/github/forks/singh04ayush/imagify?style=social)](https://github.com/singh04ayush/imagify/network/members) [![GitHub issues](https://img.shields.io/github/issues/singh04ayush/imagify?style=social)](https://github.com/singh04ayush/imagify/issues) ---

✨ Features

| 🖼️ Image Tools | 🎨 Effects | 💾 Export Options | |----------------|------------|------------------| | Crop & Resize | Filters | PNG Export | | Rotate & Flip | Adjustments| JPG Export | | Brightness | Presets | SVG Export | | Contrast | Custom | PDF Export |

🚀 Quick Start

### Prerequisites - Node.js (v18 or higher) - npm (v9 or higher) - Git

1. Clone the Repository

git clone https://github.com/singh04ayush/imagify.git
cd imagify

2. Backend Setup

# Navigate to server directory
cd server

# Install dependencies
npm install

# Create .env file
cp .env.example .env

# Start the server
npm run dev

3. Frontend Setup

# Open a new terminal
# Navigate to client directory
cd client

# Install dependencies
npm install

# Start the development server
npm run dev

4. Access the Application

### Development Scripts | Command | Description | |---------|-------------| | `npm run dev` | Start development server | | `npm run build` | Build for production | | `npm run lint` | Run ESLint | | `npm run test` | Run tests | ### Environment Variables | Variable | Description | Default | |----------|-------------|---------| | `PORT` | Server port | 5000 | | `MONGODB_URI` | MongoDB connection string | - | | `JWT_SECRET` | JWT secret key | - |

💻 Usage Guide

| Step | Action | Description | |------|--------|-------------| | 1️⃣ | Upload | Drag & drop or click to upload | | 2️⃣ | Edit | Use tools to modify your image | | 3️⃣ | Preview | See changes in real-time | | 4️⃣ | Export | Save in your preferred format |

🛠️ Tech Stack

### Frontend ![React](https://img.shields.io/badge/React-19.0.0-61DAFB?style=flat-square&logo=react&logoColor=white) ![Vite](https://img.shields.io/badge/Vite-6.2.0-646CFF?style=flat-square&logo=vite&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/TailwindCSS-4.0.15-38B2AC?style=flat-square&logo=tailwind-css&logoColor=white) ![TypeScript](https://img.shields.io/badge/TypeScript-5.0.0-3178C6?style=flat-square&logo=typescript&logoColor=white) ### Backend ![Node.js](https://img.shields.io/badge/Node.js-20.0.0-339933?style=flat-square&logo=node.js&logoColor=white) ![Express](https://img.shields.io/badge/Express-4.18.0-000000?style=flat-square&logo=express&logoColor=white) ![MongoDB](https://img.shields.io/badge/MongoDB-6.0.0-47A248?style=flat-square&logo=mongodb&logoColor=white)

🤝 Contributing

We welcome contributions! Here's how you can help: [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

🙏 Acknowledgments

| Resource | Description | |----------|-------------| | [Heroicons](https://heroicons.com/) | Beautiful icons | | [TailwindCSS](https://tailwindcss.com/) | Utility-first CSS framework | | [React Community](https://reactjs.org/community) | Amazing React ecosystem |

### Contributed with ❤️ by [ phoenixdev100 ] [![Twitter Follow](https://img.shields.io/twitter/follow/phoenixdev100?style=social)](https://twitter.com/phoenixdev100) [![GitHub Follow](https://img.shields.io/github/followers/phoenixdev100?style=social)](https://github.com/phoenixdev100)