Skip to content

EmojiArt is an iOS, iPadOS and MacOS drawing app. I made it to learn drag and drop function in SwiftUI.

Notifications You must be signed in to change notification settings

Arnav-arw/EmojiArt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmojiArt

The aim of this app is to make emoji drawing for all Apple's platform from iOS to iPadOS to macOS. Everything is iCloud synced. My main purpose was to learn hot to drag and drop files in thsi project. The project is built using Swift and uses SwiftUI.

Consider leaving a ⭐ if you like the repository.

App's UI/UX 📱

  • iPadOS:

image

  • iOS:

image

  • macOS:

image

Who Can Contribute? 👩🏽‍💻

  • Anyone of all skill levels can contribute to this repo
  • Please check all issues that are labelled as Changes
  • Some issues are labeled as good-first-issue these are great for beginners to get involved

Before working on an issue please leave a comment and you will be assigned

Getting Started 🙌

  • Fork the project

  • Open your forked project in GitHub and click on the green <>Code button.

  • Copy the HTTPS or SSH link and open your Terminal / Git Bash.

    git clone <the link>
    
  • Run project (to ensure everything works)

  • Checkout a new branch to work on an issue:

    git checkout -b name-of-issue-ticketNumber
    
  • Once you've finished coding / working on an Issue, you can open a new PR

    git add . 
    git commit -m “Description of what was sorted”
    git push origin name-of-issue-ticketNumber
    
  • Open the project on GitHub and raise to master branch on the repo

About

EmojiArt is an iOS, iPadOS and MacOS drawing app. I made it to learn drag and drop function in SwiftUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages