Skip to content

Instantly share code, notes, and snippets.

View ernestkoko's full-sized avatar
💭
Native Android Dev | Java | Kotlin | JEE | Flutter | Dart

Ernest Eferetin ernestkoko

💭
Native Android Dev | Java | Kotlin | JEE | Flutter | Dart
View GitHub Profile
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Area Calculator App',
@ernestkoko
ernestkoko / Intro to react
Created January 22, 2020 18:45 — forked from ann-mukundi/Intro to react
CP-readiness: React
In the cp-readiness repo created in git and version control practice, create a branch called REACT. Use this branch for the exercise below.
Create a simple to-do list application as described in the following article https://medium.com/@aghh1504/1-simple-react-todo-list-52186b62976b