demdaysao / Moodmoji

Interactive iOS application that produces a list of matching emojis based on a given string of text. Built using Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moodmoji πŸ“±πŸ€–

Moodmoji is a fun and interactive iOS application that produces a list of matching emojis based on a given string of text. Simply input your text and Moodmoji will generate relevant emojis that you can easily copy and share! πŸŽ‰

This project is my first learning experience with Swift, and it's powered by OpenAI's API. πŸ§ πŸ’‘

Description πŸ“

Given a string of text, Moodmoji generates a list of matching emojis that can be easily copied and used in your conversations. Whether you're expressing your emotions, describing a situation, or just having fun, Moodmoji is here to add a touch of creativity to your messages! πŸš€πŸ˜„

Installation πŸ’»

  1. Clone the Moodmoji repository:

    git clone https://github.com/antoinekllee/Moodmoji.git
    
  2. Open the project in Xcode.

  3. Create a Secrets.plist file in the project and add your OpenAI API key:

    Key: OPENAI_KEY
    Value: YOUR_API_KEY
    
  4. Build and run the application on your iOS device or simulator.

Technologies Used πŸ› οΈ

  • Swift
  • OpenAI API

License πŸ“„

This project is licensed under the MIT License - see the LICENSE file for details.

About

Interactive iOS application that produces a list of matching emojis based on a given string of text. Built using Swift.

License:MIT License


Languages

Language:Swift 100.0%