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. It uses preact, a dependency similar to react.
Required Components: Node Version 10.0
# 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
Look at the guide for more info in running the app https://preactjs.com/guide/v10/getting-started
Similar to React JS syntax https://reactjs.org/
Familiar with ECMAS6 Syntax:
Download Node.js if not on machine. Minimum version required: v10 https://nodejs.org/en/ Nodejs documentation https://nodejs.org/en/docs/