This is a Gemini clone built using React.js. The application allows users to write prompts and get answers, see recent chats, and experience a typing effect for a more engaging interaction.
- Prompt Interaction: Users can write prompts and receive answers.
- Recent Chats: Users can view recent chats.
- Typing Effect: Answers are displayed with a typing effect for enhanced user experience.
To get a local copy up and running follow these simple steps.
Ensure you have the following installed on your system:
- Node.js
- npm (Node Package Manager)
- Clone the repo
git clone https://github.com/rohitKumar38344/gemini-clone.git
- Navigate to the project directory
cd gemini-clone
- Install NPM packages
npm install
- Start the development server
npm start
- Open your browser and navigate to http://localhost:5713
Main Interface Prompt Interaction
Recent Chats