One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
/* | |
1. Use a more-intuitive box-sizing model. | |
*/ | |
*, *::before, *::after { | |
box-sizing: border-box; | |
} | |
/* | |
2. Remove default margin | |
*/ | |
* { |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Popular Repos</title> | |
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> | |
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | |
<script src='https://unpkg.com/babel-standalone@6/babel.min.js'></script> | |
<style> | |
/* CSS styles go here */ |
import * as React from 'react'; | |
import { | |
Text, | |
View, | |
StyleSheet, | |
PanResponder, | |
TouchableOpacity, | |
Animated, | |
} from 'react-native'; | |
import Constants from 'expo-constants'; |
import Header from "./Header" | |
const App = () => { | |
return ( | |
<div> | |
<Header /> | |
</div> | |
) | |
} |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Fresh Tomatoes!</title> | |
<!-- Bootstrap 3 --> | |
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css"> | |
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>React Google Maps</title> | |
<style> | |
html, body { | |
height: 100%; | |
margin: 0; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>React with Google Maps API</title> | |
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> | |
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | |
<script src='https://unpkg.com/babel-standalone@6/babel.min.js'></script> | |
<style> | |
body { | |
font-family: sans-serif; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Popular Repos</title> | |
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> | |
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | |
<script src='https://unpkg.com/babel-standalone@6/babel.min.js'></script> | |
<style> | |
body { | |
font-family: sans-serif; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Popular Repos</title> | |
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> | |
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | |
<script src='https://unpkg.com/babel-standalone@6/babel.min.js'></script> | |
<style> | |
body { | |
font-family: sans-serif; |