Hello to the person sitting at the other end! 👋
We decided to create this project (website) not necessarily as an out-of-the-box idea, but rather to take this opportunity to hone our skills in web development and explore further possibilities. This project serves as a learning experience while also being a functional and well-designed website.
- Modern UI – Clean and user-friendly interface.
- Dynamic Content – Interactive elements to enhance user experience.
- HTML – Structuring the website.
- CSS – Styling and layout.
- JavaScript – Adding interactivity.
- Get a Gemini API Key - Visit Google AI Studio and create a new key.
- Create .env file - In the project's root, create a file named .env.
- Add your key - Inside .env, add GEMINI_API_KEY=YOUR_GEMINI_API_KEY (replace YOUR_GEMINI_API_KEY with your actual key).
- Restart server - If using a local server, restart it for changes to take effect.
- Clone the repository:
git clone <repository-URL>