A web application to display Coronavirus Diseases (COVID19) statistics from different countries. Check Live Demo
Developed using TailwindCSS, Alpinejs, Laravel, Livewire T.A.L.L Stack 💪
- Clone the repo
git clone https://github.com/richardkeep/covid-19.git
- Run
cp -r .env.example .env && php artisan key:generate
- Run
composer install
to pull in all the dependencies - Run
php artisan server
to start the inbuilt PHP server - You are all set to go. Visit http://127.0.0.1:8000/ to view the latest Covid-19 Stats
- Add some cool animations and transitions.