https://github.com/siraajul/stickersmash
StickerSmash is a creative tool for photo editing, giving users the ability to personalize their pictures with emojis easily. Built for anyone who loves to add a touch of fun to their images! 🥳
https://github.com/siraajul/stickersmash
expo react-native tsx typescript
Last synced: 3 months ago
JSON representation
StickerSmash is a creative tool for photo editing, giving users the ability to personalize their pictures with emojis easily. Built for anyone who loves to add a touch of fun to their images! 🥳
- Host: GitHub
- URL: https://github.com/siraajul/stickersmash
- Owner: siraajul
- Created: 2024-12-07T16:25:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T22:40:11.000Z (5 months ago)
- Last Synced: 2025-01-02T01:32:17.685Z (5 months ago)
- Topics: expo, react-native, tsx, typescript
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StickerSmash 🎉
StickerSmash is a fun and interactive React Native app built using Expo. It allows users to upload images and creatively edit them by adding emojis on top. Perfect for making your photos more expressive and unique! 😄
## Features 🚀
- 📷 Upload images directly from your device
- 😀 Add emojis to your images
- 🖥️ User-friendly and intuitive interface## Installation 🛠️
1. Clone the repository:
```bash
git clone https://github.com/yourusername/stickersmash.git
```2. Navigate to the project directory:
```bash
cd stickersmash
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
expo start
```## Usage 🎨
1. Launch the app on your simulator or connected device using Expo.
2. 📤 Upload an image from your gallery or take a new one.
3. 🎭 Choose and place emojis on the image to customize it.
4. 💾 Save or share your edited image.## Technologies Used 💻
- React Native
- Expo
- TypeScript (TSX)## Contributing 🤝
Contributions are welcome! To contribute:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature-name`.
3. Commit your changes: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature-name`.
5. Open a pull request.## License 📄
This project is licensed under the MIT License.
---