This is covid tracker app which get country in (ISO2 or ISO3 format) or direct name and return the info of country, total statistics and current statistics.
Front-end :
- html5
- css3
- tailwindcss
Back-end :
- javascript
- node.js
- express.js
- enter git clone https://github.com/billypentester/covid-stat-app.git in git bash or click the code and download zip file.
- open vscode or your fav. editor.
- enter npm init -y in terminal.
- execute npm install in terminal.
- run npm start
- open browser and type : http://localhost:3000/
app is live here : COIVD-APP