Welcome Future Developers!

Web Development Workshop For Beginners

We're proud to announce the beginning of the ACC Web Development Workshop.

The Workshop is 100% online

Start Date

September 17, 2023

Duration

5 weeks

Offered By


The American Center Cairo (ACC formerly IRC), located at the U.S. Embassy Cairo, is the U.S. Embassy’s primary outreach center offering daily programs and information to Egyptian audiences, It is also your Gateway to American Policy, Culture, Society and Values.)


DNAAYA is a leading Web and Mobile Application Development Company working with startups and established brands, like Philips, Ogilvy, US Embassy in Cairo. Since its beginning in 2016, DNAAYA specializes in the fields of web development and mobile application development.

Requirments

No coding experience required!

No coding experience is necessary to take this workshop! We will take you from beginner to expert!

Willingness to Learn

Used Tools

During this workshop you will learn to use a set of tools that will help you in your future developer career. Tools like, Visual Code, GitHub, Google Firebase and more..

Register Now

Content

                                        
<header class="main-header">
    ...
</header>

<div class="main-body">
    <nav class="side-nav">
        ...
    </div>

    <main>
        ...
    </main>

    <aside class="quick-view">
        ...
    </div>
</div>

<footer class="main-footer">
    ...
</footer>
                                        
                                    
                                        
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #6d768b;
    text-align: left;
    background-color: #ffffff; }
                                                
    [tabindex="-1"]:focus {
    outline: 0 !important; }
                                  
                                        
                                    
                                        
const express = require('express');
var server = require('http').Server(app);
const app = express();
var cors = require('cors')
app.use(cors())
app.use(express.json());
                                                                                                                                                                                                                                                                                                                                                                                
var port = process.env.PORT || 3000;
                                                                                                                                                                                                                                                                                                                                                                                
server.listen(port,()=>{
console.log("running on port ", port);
                                                                                                                                                                                                                                                                                                                                                                                
});
app.get('/',(req,res)=>{
res.send('Welcome To Acc Web Workshop');
})
module.exports = app;
                                        
                                    
                                        
<ngb-tab>
<ng-template ngbTabTitle>form</ng-template>
<ng-template ngbTabContent>
<form [formGroup]="usageForm" class="needs-validation" novalidate="">
<h4>Usage Limits</h4>
<div class="form-group row">
<label for="validationCustom6" class="col-xl-3 col-md-4">Per Limit</label>
<input class="form-control col-md-7" formControlName="limit" id="validationCustom6"
type="number">
</div>
<div class="form-group row">
<label for="validationCustom7" class="col-xl-3 col-md-4">Per Customer</label>
<input class="form-control col-md-7" formControlName="customer" id="validationCustom7"
type="number">
</div>
</form>
</ng-template>
</ngb-tab>
                                        
                                    

“This Workshop was funded by the United States Department of State, US Embassy Cairo, American Center Cairo. The opinions, findings and conclusions stated herein are those of the author[s] and do not necessarily reflect those of the United States Department of State.”