A fun web app that generates unique emojis based on any input name! 🎉 Each emoji comes from a different category, ensuring variety and creativity.
- Generates emojis based on user input.
- Provides a "Copy Emojis" button for easy sharing.
- Offers a "Refresh" option to generate new emojis.
- Clean and minimalistic user interface with a pastel theme.
- Enter a name (or any text) in the input field.
- Click the Generate button to see your personalized emoji set.
- Copy or refresh the emojis as needed.
- Clone the repository:
git clone https://github.com/Sangram03/EmojiGenerator.git
- Navigate to the project directory:
cd EmojiGenerator
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:5173/
.
- Modify the code to customize the emoji generation algorithm.
- Adjust the design in the CSS files to fit your style.
- Integrate with backend services if needed for advanced features.
The app uses a soft pastel background with bold and vibrant buttons, focusing on user experience and clarity.
If you want to switch to a dark purple theme, update the CSS file to reflect the royal and mysterious feel.
Contributions are welcome! Please follow these steps:
- Fork the project.
- Create a new feature branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -m "Add your feature"
- Push to your branch:
git push origin feature/your-feature
- Create a Pull Request.
Javascript, HTML, TYPESCRIPT, CSS...