//
In this project was used only used as simple ESP32 microcontroller with Wi-Fi.
Using that only, It was able to connect to WWW and works as a server for as an IoT and Website.
///
LED SERVER
This is a website that allows control of an LED on a esp32 board.
Once the LED State: is set to ON, the request is send to esp32 and the LED switches state.



////
DATE AND EVENT SERVER
Features 2 projects combined.

This project involves two projects into one.
1st project features a RTC module that tracts time,
It displays the time, date. Than it has a section where is displays an event that happened on that date in the past, under it is an additional daily quote.
2nd project is a web server, the site is created, where a person has to be authorized to proceed in the Login page,
after that a website features the 1st project with the TIME, DATE, EVENT and QUOTE.

/////
HOW
Write the code for the esp32 in C++
In the ESP32 is established the fixed IP, and Wi-Fi.
After the code is uploaded, the router has to be configured.
On router the MAC address of the esp32 is assigned a fixed IP.
After that the Port Forwarding was set on port 80 as for HTTP for WAN.
DOMAIN
On Duck DNS the domain was set for esp32 public IP,
esp32-domen.duckdns.org
//////