Skip to content

ayushmaninbox/codecooks

Repository files navigation

CodeCooks Website

CodeCooks is an innovative AI-powered website builder that combines creativity with technology. This repository contains the source code for the CodeCooks multipage website.

Table of Contents

Features

  • Landing page with dynamic image slider
  • About page with detailed information about CodeCooks
  • AI-powered website builder
  • Drag-and-drop website designer
  • Team page showcasing the developers
  • Contact form for user inquiries
  • User authentication (login/signup)

Installation

  1. Clone the repository:
git clone https://github.com/ayushmaninbox/codecooks/
  1. Navigate to the project directory:
cd codecooks
  1. Install dependencies:
npm install
  1. Set up environment variables: Create a .env file in the root directory and add the necessary environment variables (e.g., API keys, database connection strings).

  2. Start the AI Builder server:

cd ai-builder
cd server
node server.js
  1. Open the index.html file in your browser to view the website.

Usage

  • Navigate through the different pages using the sidebar menu.
  • Use the AI-powered website builder by accessing the "AI Prompt to Website" feature.
  • Experiment with the drag-and-drop website designer in the "Design to Website" section.
  • Contact the team using the contact form on the Contact Us page.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • Node.js
  • Express.js
  • Google Generative AI (Gemini)
  • GSAP (GreenSock Animation Platform)
  • Font Awesome

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see below for details:

MIT License

Copyright (c) 2024 ayushmaninbox

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.