Echofy is a personal Django web project built to explore web development concepts like routing, templates, static file handling, and deployment. While it looks simple from the outside, it helped me understand the core mechanics of Django projects and web architecture.
- Homepage with clean UI
- About, Services, Contact pages
- Contact form with backend processing
- Static files management (CSS, JS, images)
- Reusable template structure using Django templating
- Deployed using PythonAnywhere
- Backend: Django (Python)
- Frontend: HTML5, CSS3
- Database: SQLite3
- Hosting: PythonAnywhere
- Version Control: Git & GitHub