Current Status

Not Enrolled

Price

Closed

Get Started

This course is currently closed

ICT Enabled Youth Entrepreneurship

Welcome to our ICT Enabled Youth Entrepreneurship


Course Description

During this vacation, learn what it takes to start and run a business. Register today!

Students enrolled in this class will get a crash course on what it takes to start a business. Work with our experienced business mentors and coaches as they carry you an intense series of online workshops that covers proving your business idea, modelling your business and more. Pair this with our technical content to create a formidable e-component for your business idea, including classes on how to build graphical content, social media-enabled websites and apps. Finally, join your data points in an introductory data science course.

Who can apply? Students with or without an idea or business plan. Students with previous or no programming experience. Our trainers have tailored this class toward students who have entrepreneurial aspirations and paired this with Science and Technology classes designed to inspire enthusiasm and build skills. Work towards your dreams!

Requirements

To complete this course, you’ll need to have the following

Be interested in learning and have the following

  • a Google Email/Gmail Account (with Parental Privileges).
  • a steady Internet connection to watch our videos.
  • Optionally – A Mobile Phone to Install your newly developed apps too.

Noticeboard and FAQs:

All communication about the programme, updates on modules, competition, etc will be on the notice board, so make sure to check it out often.

How long with the course be available?

You have until the end of August to complete all the courses in this track

How can I get support?

Please Email ict@cariri.com If you have any questions that cannot be answered through the noticeboard or our chatbot.

/* Center the button */ #openModalBtn { display: block; margin: 0 auto; background-color: #570AFC; color: white; padding: 10px 20px; /* Reduced padding */ border: none; border-radius: 25px; font-size: 1rem; /* Reduced font size */ cursor: pointer; transition: background-color 0.3s ease, box-shadow 0.3s ease; font-size: 1rem; box-shadow: 0 0 10px rgba(87, 10, 252, 0.5); } #openModalBtn:hover { background-color: #4508cc; box-shadow: 0 0 20px rgba(87, 10, 252, 1); } #openModalBtn::before { content: “🌑”; animation: moon 2s infinite; } @keyframes moon { 12.5% { content: “🌑” } 25% { content: “🌒” } 37.5% { content: “🌓” } 50% { content: “🌔” } 62.5% { content: “🌕” } 75% { content: “🌖” } 87.5% { content: “🌗” } 100% { content: “🌘” } } /* Modal container */ .modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } /* Modal content */ .modal-content { background-color: #fefefe; margin: 5% auto; padding: 20px; border: 1px solid #888; width: 420px; height: 620px; display: flex; justify-content: center; align-items: center; } /* Close button */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } // Get the modal var modal = document.getElementById(“myModal”); // Get the button that opens the modal var btn = document.getElementById(“openModalBtn”); // Get the element that closes the modal var span = document.getElementsByClassName(“close”)[0]; // When the user clicks the button, open the modal btn.onclick = function() { modal.style.display = “block”; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = “none”; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = “none”; } }

Badges (Any Badges your earn will appear here):