Skip to content

calil-amaral-dynamox/introduction-to-web-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Introduction to Web Development

A simple exercise to understand basic concepts of web development.

Objective

Build a web app where a user can list public repositories of a github user, using HTML, CSS and JS.

Requirements

  • User should enter username in input box;
  • User should press button to list repositories;
  • On button click, software should make a GET request to github open api;
  • The response should be used bo create a list of repositories;

About

A simple exercise to understand basic concepts of web development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors