import React, { useState } from 'react';
const Fraser = () => {
const from = 'Glasgow, Scotland';
const [lives, setLives] = useState('Tokyo, Japan');
const [likes, setLikes] = useState(['π§', 'π»', 'πΆ', 'π¨βπ»']);
return (
<div>
<h1>Hello π I'm Fraser from {from} and I currently live in {lives}</h1>
<ul>
{likes.map((thing) => <li>thing</li>)}
</ul>
<button onClick={() => console.log("Hello!")}>Say Hello</button>
</div>
);
}
πΉ
MVP MVP MVP
Pinned Loading
-
denki-carbon
denki-carbon PublicAPI to provide scraped energy data and forecasts for the Japanese Electricity Grid
-
echonet_interface
echonet_interface PublicPython Script to interface with a Japanese Smart Meter's Echonet protocol via a B Route USB
Python 1
-
go_examine
go_examine PublicAn API for highlighting problematic phrases in news articles to train users to spot fake news.
Go 1
-
preference_optimization
preference_optimization PublicGiven a top N list of preferences between lists A & B and X maximum matches, maximise...something.
TypeScript 1
-
japan-electrical-region-maps
japan-electrical-region-maps PublicMaps of the Japan Electrical Grid Regions
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.