COVID-19 Tracker
COVID-19 TRACKER Creating covid-19 tracker using COVID-19 API we use the ๐ LINK to provide many covid -19 API we use in this project ๐ https://disease.sh/v3/covid-19/gov/India . This api provid the INDIA Total cases, new cases for covid-19 this data updated 24 hours. We use languages in this project ๐ HTML, CSS, BOOTSTRAP ,JS Hello guys ๐ Let us start with implementing Your Own COVID-19 tracker. are you excited ๐for create your own covid-19 tracker. First of all open any code editor create a folder ๐ and name it your choice. next create a basic structure of your project . create a following files like๐indix.html, style.css and script.js. Fist of all we introduce the file structure: indix.html๐ All html code writing in this file. style.css๐All CSS code writing in this file. script.js๐All java script code writing in this file. Next step ๐ open the indix.html file and past the following code: <!DOCTYPE html> <html lang="en...