import React from 'react'; import Card from './components/Card'; import './style.css'; function App() { return (

WiFi Card

Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.

Your information is never sent to the server. View the source code.

); } export default App;