https://github.com/asdotdev/creative-clicks
Creative Clicks allows users to capture photos, draw on them, add stickers, and download the edited images.
https://github.com/asdotdev/creative-clicks
Last synced: 4 months ago
JSON representation
Creative Clicks allows users to capture photos, draw on them, add stickers, and download the edited images.
- Host: GitHub
- URL: https://github.com/asdotdev/creative-clicks
- Owner: asdotdev
- License: mit
- Created: 2025-02-18T16:28:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T19:27:39.000Z (over 1 year ago)
- Last Synced: 2025-02-18T20:31:45.465Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Creative Clicks
Creative Clicks is a React Native application built using Expo that allows users to capture photos, draw on them, add stickers, and download the edited images. This app is designed to provide a fun and interactive way for users to express their creativity through photography.
## Features
- Capture photos using the device camera.
- Draw on captured photos with various brush styles and colors.
- Add stickers from a predefined collection.
- Download the edited photo to the device's storage.
- User-friendly interface for easy navigation.
## Technologies Used
- React Native
- Expo
- Expo Camera
- React Native Skia
- React Native Reanimated
- React Native Gesture Handler
- React Native View Shot
- Expo Media Library
## Getting Started
### Cloning the Repository
To get a local copy of the project, follow these steps:
1. Open your terminal.
2. Navigate to the directory where you want to clone the repository.
3. Run the following command:
```bash
git clone https://github.com/asdotdev/creative-clicks.git
```
4. Change into the project directory:
```bash
cd creative-clicks
```
### Setting Up the Development Environment
Before running the app, ensure you have the following installed:
1. [Node.js](https://nodejs.org/en) (LTS)
2. [Expo CLI](https://docs.expo.dev/more/expo-cli/) (Install it globally)
### Running the App Locally
1. Install the project dependencies:
```bash
npm install
```
2. Start the Expo development server:
```bash
expo start
```
3. Now, run the app on an Android or iOS simulator, or on a physical device using the Expo Go app.
## Download the App
### Android
[Download Creative Clicks APK for Android](https://expo.dev/accounts/amitabh-sahu/projects/creative-clicks/builds/e548a56d-7cf8-43aa-a5c3-2657d2197010)
### iOS
Sorry, Apple does not allowed sideloading app on iOS and I'm not spending money on Apple Developer Program subscription.
## Contributing Guide
Read the [CONTRIBUTING](https://github.com/asdotdev/creative-clicks/blob/master/CONTRIBUTING.md) file to learn about our development process, how to propose bugfixes and improvements.
## License
`@asdotdev/creative-clicks` is MIT licensed, as found in the [LICENSE](https://github.com/asdotdev/creative-clicks/blob/master/LICENSE) file.