gemini-ce Tailwind Templates

Gemini Ce

A simplified clone of Google Gemini, created with React, Tailwind CSS, TypeScript, and Vite. It aims to replicate the core features of Google Gemini in a straightforward manner.

Gemini (CE)

SCR-20240703-kgws

Description

A simplified clone of Google Gemini, created with React, Tailwind CSS, TypeScript, and Vite. It aims to replicate the core features of Google Gemini in a straightforward manner.

Table of Contents

Tech Stack

  • React
  • Tailwind CSS
  • TypeScript
  • Vite

Installation

Make sure you have Node.js installed on your machine.

Clone the repository:

git clone https://github.com/nyintosh/gemini-ce.git

Navigate to the project directory:

cd gemini-ce

Install dependencies: Run one of the following commands based on your preferred package manager:

  • Using npm:
npm install
  • Using yarn:
yarn install
  • Using pnpm:
pnpm install

Environment Variables

This project requires the following environment variables:

  • VITE_PUBLIC_GEMINI_MODEL_NAME
  • VITE_PUBLIC_GEMINI_API_KEY

Make sure to set these environment variables in your development environment.

Starting the Development Server

To start the development server: Run one of the following commands based on your preferred package manager:

  • Using npm:
npm run dev
  • Using yarn:
yarn dev
  • Using pnpm:
pnpm dev

Open your browser and navigate to http://localhost:5173 to see the app live.

Contributing

If you want to add additional features and improvements, we welcome contributions! Please follow these guidelines:

  • Fork the repository
  • Create a new branch
  • Make your changes
  • Submit a pull request

Live Preview

You can preview the live version of the project at https://gemini-ce.vercel.app.

Starter GitHub Repo for React

The starter GitHub repository used for this project React Starter.

Top categories

Loading Svelte Themes