Helping users identify security threats.
By presenting visual examples of security breaches “Secure Me” will make it simple and clear for a user to confirm or prevent being compromised.
This website was built with Microsoft's Azure template of a basic static website.
With React being the first time the language was used, the template given was hard to ascertain which items did what.
“Secure Me” is clean, succinct, and easy for a novice or expert user to understand.
I took away a stronger command of Javascript and how React components are made.
To launch interactive modules on how security threats can be initiated.
Azure Static Web Apps allows you to easily build React apps in minutes. Use this repo with the React quickstart to build and customize a new static site.
This project was bootstrapped with Create React App.
If you've previously installed create-react-app globally via npm install -g create-react-app, we recommend you uninstall the package using npm uninstall -g create-react-app or yarn global remove create-react-app to ensure that npx always uses the latest version.
To create a new app, you may choose one of the following methods:
npx create-react-app my-appnpm init react-app my-appyarn create react-app my-appIt will create a directory called my-app inside the current folder.
Inside that directory, it will generate the initial project structure and install the transitive dependencies:
Once the installation is done, you can open your project folder:
cd my-appInside the newly created project, you can run some built-in commands:
Open http://localhost:3000 to view it in the browser in development mode.
To create a production build: