Discover Emojis is a modern web application built with Next.js, Tailwind CSS, and TanStack React Query. The app allows users to quickly search for emojis by name and provides additional features such as a feedback form and an about page.
- Search for emojis by name in real-time.
- Displays a list of matching emojis with their names and images.
- Users can submit feedback or suggestions directly through the app.
- Feedback is validated and securely handled (example server logic not included).
- Learn more about the application and its purpose (placeholder).
- Next.js: React framework for server-rendered and static websites.
- Tailwind CSS: Utility-first CSS framework for building responsive designs quickly.
- TanStack React Query: Powerful data-fetching and state-management library for React.
Follow these steps to set up and run the project locally:
- Clone the repository:
cd next-emoji pnpm install pnpm run dev