Create complete Django applications from the ground up using Codex. Learn to set up projects, build APIs, design interactive user interfaces, implement advanced features like dice notation parsing, and add proper validation and error handling.
Overview
Syllabus
- Unit 1: Building a Django API
- Setting up Django with Codex
- Adding Core Dice Rolling Logic
- Building Your First API Endpoint
- Unit 2: Building a Django Landing Page
- Add a Landing Page
- Add Dark Mode Theme Toggle
- Add Visual Polish and Accessibility Features
- Unit 3: Dice Notation and Validation
- Add Dice Notation Support
- Write Tests for Dice Parser