A web application that shows various lockdown states for countries across the world helping people to find out if they can travel and at what restrictions.
# install dependencies npm install # start for local development npm run start # build for production with minification npm run build # test the production build locally npm run start:build