Skip to content

programmerraja/CoronaTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoronaTracker

hello guys i build this website to track corona effect in india and around the world by using the covid19india API to display the deatil of corona effects in india and for show the world wide details by using lmao API

how i build this ?

I use html,css,javascript ,boootstrap and jquery to build this website it take around 2 days for me. in home page you will see the total active ,confirmed,recovered,deaths case in india and the list of state name with corresponding case. once you click the the state name it will get you to the details about the praticular state .

I use bootstrap(only used for navigation) and media query for responsive website

what are the skills i learned from it ?

  • Jquery
  • bootstrap
  • how to handle with API
  • JS ASYNC
  • Design mobile first website (but i make a mistake. i design it for computer first )
  • sharaing data between two pages using local storage

take look the website here click here

what are problem need to fix ?

  • using other than local storage to share data between two page(fixed change local storrage to session storage at 18-07-2020 9:05PM )
  • have inline css need to put in seprate file (fixed make separate css file at 24-07-2020 11:30AM )

website preview

preview1

preview2

preview3