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

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.

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.