An open API service indexing awesome lists of open source software.

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! 🥳

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.

---