Skip to content

MustafaJohnny/Overdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overdrop - JavaScript Practical Project

Overview

Overdrop is an amazing JavaScript Application. This App will allow users to exactly know the temperature in celsius degree of any city in the world. The user simply inputs any city name and then hit search. This project was really light and easy, I built it in just two days and it gave me so much trust in my abilities and more will to push forward and write more projects.

Secreenshots

app

Links

Built with

What I learned

  • Working with Asynchronous JavaScript, AJAX and APIs.
  • Throwing And Handling Errors Manually And With try...catch.
  • How Asynchronous Functions Are Executed Behind the Scenes.
  • Implementing First-Class Functions and Higher-Order Functions.
  • Sending HTTP Request And Returning Values from Async Functions.