Welcome to the official repository for the "Coding with AI" YouTube channel! This repository contains all the projects, prompts, and resources featured in our videos.
"Coding with AI" explores how to leverage artificial intelligence tools like [AI_TOOL_NAMES] to enhance your coding workflow and build impressive projects. We cover everything from basic prompting techniques to complex application development using AI assistance.
This repository is organized as follows:
/projects
- Complete code for all projects featured on the channel/prompts
- Example prompts used to generate code and solutions/resources
- Additional resources, cheatsheets, and reference materials
Each project folder includes:
- Source code
- README with video link
- Prompt examples used
- Requirements and setup instructions
- Basic understanding of programming concepts
- [LIST_PROGRAMMING_LANGUAGES] knowledge (varies by project)
- Access to [AI_PLATFORMS_USED] (e.g., Claude, ChatGPT, GitHub Copilot)
-
Clone this repository:
git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git cd YOUR_REPO_NAME
-
Navigate to the project you're interested in
-
Follow the project-specific README instructions
-
Experiment with the provided prompts or create your own variations
Here are some of our most popular projects:
- [PROJECT_NAME_1] - [Brief description] | Episode #X
- [PROJECT_NAME_2] - [Brief description] | Episode #X
- [PROJECT_NAME_3] - [Brief description] | Episode #X
I welcome contributions from the community! If you have suggestions, improvements, or want to add your own AI coding examples:
- Fork this repository
- Create a new branch (
git checkout -b feature/your-feature
) - Make your changes
- Submit a pull request
Please ensure your contributions follow the existing structure and include appropriate documentation.
This repository is licensed under the [LICENSE_TYPE] License - see the LICENSE file for details.
- YouTube: [YOUR_CHANNEL_URL]
- Twitter: [@YOUR_TWITTER]
- GitHub: [@YOUR_GITHUB]
Happy coding with AI! 🤖💻