Git Product home page Git Product logo
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>
  );
}

Fraser Tooth's Projects

alwyn icon alwyn

Developer and User Friendly Flowchart Development Environment.

awesome-earth icon awesome-earth

The planet doesn't need to be simultaneously on fire and underwater. We can fix things.

blockly icon blockly

The web-based visual programming editor.

catalog_example icon catalog_example

Basic Example of a "Guest Can View", "Admin Can Edit" Online Catalog

denki-carbon icon denki-carbon

API to provide scraped energy data and forecasts for the Japanese Electricity Grid

echonet_interface icon echonet_interface

Python Script to interface with a Japanese Smart Meter's Echonet protocol via a B Route USB

go_examine icon go_examine

An API for highlighting problematic phrases in news articles to train users to spot fake news.

home icon home

Personal React Based Website

jsm-backend icon jsm-backend

Simple Backend to Ingest and Manage Japanese Smart Meter Data

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.