Skip to content
Snippets Groups Projects
Commit 1dbb211d authored by Andrej Rasevic's avatar Andrej Rasevic
Browse files

adding project 2 cmsc388a

parent 89e61cbd
No related branches found
No related tags found
No related merge requests found
# Project 2: React Photo Frame
## Due Date: Thursday, January 17, 2019 8:00 PM
## Objectives: To gain experience building more complex react components and practice css styling.
## Specifications/Requirements
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React Photo Frame</title>
<script src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
<style>
#container {
padding: 50px;
background-color: #FFF;
}
</style>
</head>
<body>
<div id="picture_frame"></div>
<script type="text/babel">
</script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment