This project is the UI of a Perplexity AI Clone, designed to provide a clean, user-friendly interface for an AI-powered search experience. The project is built using HTML, CSS, React.js to emulate the user interface of Perplexity AI.
- Clean, Minimal UI: Follows a modern, minimalist design with intuitive interaction points.
- Responsive Design: Ensures a smooth experience across mobile, tablet, and desktop screens.
- React.js: A component-based JavaScript library used for building dynamic UIs.
- HTML5: For structuring the web page content.
- CSS3: For styling the UI and ensuring responsiveness.
- Vercel : Platform used for hosting the frontend.
- GitHub: Used for version control.
- Node.js (v12 or higher) for running the development server.
- React.js (frontend framework) installed globally or via project dependencies.
- Clone this repository:
git clone https://github.com/yourusername/perplexity-ai-clone-ui.git cd perplexity-ai-clone-ui npm install npm start
The app will run locally at http://localhost:3000.