GoSnap is a free online tool that allows you to apply filters to your images with just a few clicks. It provides an intuitive interface for users to enhance and stylize their photos quickly and easily. Whether you're looking to adjust the colors, add artistic effects, or simply touch up your pictures, GoSnap has you covered.
- Apply various filters to your images
- Simple and user-friendly interface
- Instant preview of changes
- Supports multiple image formats
- Free to use, no account required
- Upload your image.
- Choose from a variety of filters.
- review the changes in real-time.
- Download the edited image.
go
├── gosnap_backend
│ ├── controllers
│ ├── middlwares
│ ├── routes
│ ├── server.js
│ └── Dockerfile
└── gosnap_frontend
├── src
├── public
└── Dockerfile
- Backend: Node.js, Express.js, Sharp.js
- Frontend: React, Tailwind CSS
- Containerization: Docker, Docker Compose
- Ensure you have Docker installed on your machine.
-
Clone the repository:
git clone https://github.com/SakshhamTheCoder/GoSnap.git cd GoSnap
-
Navigate to the root of the project and run:
docker-compose up --build
-
Access the application:
- Frontend: http://localhost:3000
- Backend: http://localhost:5000
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Thanks to the open-source community for providing great tools and resources.