https://github.com/prajwalsrinvas/learn_windsurf
projects built while exploring windsurf's AI coding features
https://github.com/prajwalsrinvas/learn_windsurf
windsurf
Last synced: 2 months ago
JSON representation
projects built while exploring windsurf's AI coding features
- Host: GitHub
- URL: https://github.com/prajwalsrinvas/learn_windsurf
- Owner: Prajwalsrinvas
- Created: 2025-05-17T18:46:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-17T21:48:00.000Z (5 months ago)
- Last Synced: 2025-06-18T06:45:56.297Z (4 months ago)
- Topics: windsurf
- Language: Python
- Homepage: https://learn.deeplearning.ai/accomplishments/8b788147-7065-4ca5-bf82-5c24e15402f2
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Apps with Windsurf's AI Coding Agents 🚀👨💻
- Code files from the deeplearning.ai [short course on Building Apps with Windsurf's AI Coding Agents](https://www.deeplearning.ai/short-courses/build-apps-with-windsurfs-ai-coding-agents)
- [Certificate](https://learn.deeplearning.ai/accomplishments/8b788147-7065-4ca5-bf82-5c24e15402f2)
- [Handwritten Notes](notes.pdf)## Projects Built with Windsurf AI 🛠️
### 1. Modern Snake Game 🐍
A browser-based modern snake game with smooth animations, emoji fruits, and dynamic backgrounds.
[Screencast from 2025-05-18 03-08-42.webm](https://github.com/user-attachments/assets/bd36396d-701e-44e0-8005-1d2e4421e200)
```bash
cd 1_snake_game/
python3 -m http.server 8000
```### 2. Wikipedia Analysis App 📊
A Flask web application that generates interactive word clouds from Wikipedia categories with customizable color palettes.
[Screencast from 2025-05-18 03-06-59.webm](https://github.com/user-attachments/assets/35fc62f6-7042-453a-bedf-06a0b308aa2b)
```bash
cd 2_wikipedia_analysis/
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
python app.py
```## Resources 📚
- [Windsurf Official Website](https://windsurf.com/)
- [Windsurf Documentation](https://docs.windsurf.com/windsurf/getting-started)
- [Why We Built Windsurf](https://windsurf.com/blog/why-we-built-windsurf)
- [Codeium Cortex: A New Reasoning Engine](https://windsurf.com/blog/codeium-dream-bigger#cortex-a-new-reasoning-engine)