Final Project Proposal: The Electric Kart Project Concept: My project is to design and build an Electric Karting Car. This vehicle serves as a testbed for integrating digital fabrication techniques—such as CNC frame milling, 3D printed aerodynamic parts, and custom-designed electronics—into a functional, sustainable mobility platform.
This initial sketch represents my vision for a lightweight Electric Karting Car designed for performance and modularity. The drawing outlines a compact chassis layout that integrates a powerful electric drivetrain with custom-fabricated structural components.
Key Features of the Design:
I am using Ubuntu 24.04 LTS (Noble Numbat) for my development environment. I chose this for its native support for terminal-based workflows and Python development. Git Installation & Configuration:
sudo apt update && sudo apt install git -y
git config --global user.name "Name Surname"git config --global user.email "your.email@example.com"
ssh-keygen git clone git@gitlab.fabcloud.org:academany/fabacademy/2026/labs/dilijan/students/daviti-khukhua.git
As a full-stack developer, I chose a Static Site Generation (SSG) approach using Jinja2 templates.
base.html, ensuring that my sidebar and navigation stay consistent across all 20 weeks without manual copying..webp format to keep the repository size well under the 10MB limit.I have officially joined the Fab Academy 2026 cycle by signing and uploading the Student Agreement. This document outlines the responsibilities regarding open-source sharing, safety, and academic integrity.
After local testing, I staged and pushed my files to the FabCloud:
git add . git commit -m "Initial commit: Week 1 setup and project proposal" git push origin main