Posts

Showing posts from April, 2021

COVID-19 Tracker

Image
 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"> <head>     <me